We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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);