We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you encounter such error when your netty-socketio server stops and starts, you need to set the reuseAddress option:
Configuration configuration = new Configuration(); SocketConfig socketConfig = configuration.getSocketConfig(); socketConfig.setReuseAddress(true);