Thanks Lee,
That would be great if changed in future releases at least. This will obviously save my heap a bit, though the running threads are very less for EventLoopGroup/ EvenLoop.
And I have another question for you !
During Bootstrapping of web socket server on a particular port, I see the following line
f.channel().closeFuture().sync();
Reason of writing the above line, the application will wait until the server 's channel closes.
We are starting up the web socket server during the starting of JBoss server from a RulesEngine. The code after these lines is not executed and in return we are unable to start up remaining process.
How do I have to come out of this blocking mode ?
-Devid.