mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 12:35:58 +08:00
Session类构造析构跟踪日志统一在底层网络框架打印
This commit is contained in:
@@ -25,13 +25,10 @@ static onceToken s_token([]() {
|
||||
}, nullptr);
|
||||
|
||||
ShellSession::ShellSession(const Socket::Ptr &_sock) : Session(_sock) {
|
||||
DebugP(this);
|
||||
pleaseInputUser();
|
||||
}
|
||||
|
||||
ShellSession::~ShellSession() {
|
||||
DebugP(this);
|
||||
}
|
||||
ShellSession::~ShellSession() = default;
|
||||
|
||||
void ShellSession::onRecv(const Buffer::Ptr&buf) {
|
||||
//DebugL << hexdump(buf->data(), buf->size());
|
||||
|
||||
Reference in New Issue
Block a user