mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
更新zltoolkit,适配最新代码
This commit is contained in:
@@ -100,7 +100,7 @@ void SrtSession::onRecv(const Buffer::Ptr &buffer) {
|
||||
}
|
||||
|
||||
if (_transport) {
|
||||
_transport->setSession(shared_from_this());
|
||||
_transport->setSession(static_pointer_cast<Session>(shared_from_this()));
|
||||
}
|
||||
InfoP(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user