wasync icon indicating copy to clipboard operation
wasync copied to clipboard

Feature request: Let socket.close() return a Future

Open slovdahl opened this issue 10 years ago • 2 comments

A simple request, let socket.close() return a Future that can be used to block the current thread until the connection is properly closed.

slovdahl avatar Jul 05 '13 11:07 slovdahl

Isn't this more of a bug? The javadoc states that close is async.

coopstah13 avatar Aug 08 '18 19:08 coopstah13

@coopstah13 If you have the cycle feel free to submit a patch!

jfarcand avatar Aug 10 '18 00:08 jfarcand