更新zltoolkit,适配最新代码

This commit is contained in:
xia-chu
2023-04-28 22:03:16 +08:00
parent 64553797bd
commit cdf97e7605
22 changed files with 26 additions and 26 deletions

View File

@@ -118,7 +118,7 @@ void RtspPusher::onPublishResult_l(const SockException &ex, bool handshake_done)
}
}
void RtspPusher::onErr(const SockException &ex) {
void RtspPusher::onError(const SockException &ex) {
//定时器_pPublishTimer为空后表明握手结束了
onPublishResult_l(ex, !_publish_timer);
}