mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-17 05:25:57 +08:00
直接打印SockException类
This commit is contained in:
@@ -1054,7 +1054,7 @@ void WebRtcTransportImp::onBeforeEncryptRtp(const char *buf, int &len, void *ctx
|
||||
}
|
||||
|
||||
void WebRtcTransportImp::onShutdown(const SockException &ex) {
|
||||
WarnL << ex.what();
|
||||
WarnL << ex;
|
||||
unrefSelf();
|
||||
for (auto &tuple : _ice_server->GetTuples()) {
|
||||
tuple->shutdown(ex);
|
||||
|
||||
Reference in New Issue
Block a user