Fixed missing completion call issue. However, boost::asio now automatically closes the socket. This cannot be disabled. So the next step is to use the boost::asio socket class for the session and everywhere else.
This commit is contained in:
@@ -71,7 +71,6 @@ public:
|
||||
}
|
||||
virtual void SignalSessionTerminated(unsigned /*session*/)
|
||||
{
|
||||
// Nothing to do, since we only have one sender thread.
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user