Has anyone tried to use Awaitility to test a Netty Client and Server.
I want to test that the server has received all messages from the Client and any other tests that might be useful.
I suppose the only thing is how to get the number of messages the Server received from the Server side Handler