--
---
You received this message because you are subscribed to the Google Groups "Netty discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netty+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ChannelFuture future1 = new insecure.WebSocketServer(7081).run();
// this won't be reached. failing to start on other port.ChannelFuture future2 = new secure.WebSocketSslServer(7444).run();future2.sync();
future1.sync();