mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
更新zltoolkit,适配最新代码
This commit is contained in:
@@ -32,7 +32,7 @@ protected:
|
||||
DebugL << pBuf->toString();
|
||||
}
|
||||
//被动断开连接回调
|
||||
void onErr(const SockException &ex) override {
|
||||
void onError(const SockException &ex) override {
|
||||
WarnL << ex;
|
||||
}
|
||||
//tcp连接成功后每2秒触发一次该事件
|
||||
|
||||
Reference in New Issue
Block a user