v1.5.5
API changes list
Changed
-
Move EventLoop::runAfter to a template.
-
Remove an assertion when removing channels.
-
Prevent TcpClient::removeConnection call on deleted TcpClient instance.
-
Wait for loop to exit in EventLoop destructor.
-
Add r-reference version of set-callback methods to TcpConnectionImpl.
Fixed
-
Fix a bug when closing connections on Windows/MacOS.
-
Fix logger causes if statement mismatch.