You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Velocity will occasionally pop up an error after using it for a while: [11:45:06] [Netty NIO Worker #7/WARN] [io.netty.channel.nio.NioEventLoop]: Failed to close the old Selector.This will not cause players already on the server to be disconnected, but it will prevent new players from entering the server and the game will prompt a connection timeout. 2024-07-13-3.log
Steps to Reproduce
1.I am using jdk22
2.Velocity version is 3.3.0-SNAPSHOT
3.I used a plugin called ChatHub-1.6.0
4.Both of my servers use the fabric server.
Plugin List
ChatHub-1.6.0
Velocity Version
Velocity 3.3.0-SNAPSHOT
Additional Information
This problem also occurs on my fabric server, and the symptoms are the same.
The text was updated successfully, but these errors were encountered:
The fact that you're saying that this is happening on other processes generally indicates that this is not a velocity bug, but a bug with netty and how it's interacting with your environment. The info in the logs indicates that you're likely running on windows, a platform that I can't provide support for, I would, however, suggest checking your firewall/antivirus software, as such software can often be highly invasive and cause various side-effects to applications. Either that, or check for update/try rolling back your OS.
Expected Behavior
I want my Velocity to work properly.
Actual Behavior
My Velocity will occasionally pop up an error after using it for a while: [11:45:06] [Netty NIO Worker #7/WARN] [io.netty.channel.nio.NioEventLoop]: Failed to close the old Selector.This will not cause players already on the server to be disconnected, but it will prevent new players from entering the server and the game will prompt a connection timeout.
2024-07-13-3.log
Steps to Reproduce
1.I am using jdk22
2.Velocity version is 3.3.0-SNAPSHOT
3.I used a plugin called ChatHub-1.6.0
4.Both of my servers use the fabric server.
Plugin List
ChatHub-1.6.0
Velocity Version
Velocity 3.3.0-SNAPSHOT
Additional Information
This problem also occurs on my fabric server, and the symptoms are the same.
The text was updated successfully, but these errors were encountered: