Hi,
I have a program that runs in host as server, and it is now communicating synchronously with a client over TCP.
I want to replace the client and make some NIO calls using Promises through Netty.
Do you know if any problems could be raised if I just change the client side?; this new client will just create atomic requests (one unique reply by each request) using Netty, and the server will remain untouched, "thinking" that its communication is synchronous
Thank you in advance
--
--Ricardo Aguirre
Software Engineer