Tagged Questions
3
votes
1answer
295 views
How to properly synchronize concurrent reads and writes on a AsynchronousSocketChannel
I am trying to implement a single request/response on a AsynchronousSocketChannel in a vert.x worker verticle using CompletionHandler not Futures. From the vert.x documentation:
"Worker verticles ...