Rajan Chauhan
Results
1
issues of
Rajan Chauhan
Enable a HTTP PORT for Health check. We are configuring websocket port using following configuration- ``` public SocketIOServer socketIOServer() { Configuration configuration = new Configuration(); configuration.setHostname(hostname); configuration.setPort(port); return new SocketIOServer(configuration);...