wasync
wasync copied to clipboard
Feature request: Let socket.close() return a Future
A simple request, let socket.close() return a Future that can be used to block the current thread until the connection is properly closed.
Isn't this more of a bug? The javadoc states that close is async.
@coopstah13 If you have the cycle feel free to submit a patch!