-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
Undefined
-
When sending data over a connection (NioConnection, TcpConnection), oftentimes we want to check that data has been received before closing the connection (closing a connection flushes it).
Introduce a flush(dest) and a flushAll() in BaseServer, so connections can be flushed without having to close them