You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If TCPServer has a TCPConn to be delay closing, we set a timer to it : loop_->RunAfter(close_delay_, std::bind(&TCPConn::HandleClose, shared_from_this()));
And now we stop the whole TCPServer immediately, this timer will never be invoken.