KICL constantly connects to the same server
See original GitHub issueWhen connecting to a dns pool (such as irc.esper.net
), KICL should pick a random server rather than cache only a single one and always pick that one (even if for a brief time).
Caching them for a while isn’t bad, just don’t always pick the same server.
It was indicated this might not be KICL itself, but I believe the code should work around java “features” if this is the case.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Solved - Kick whilst conneting to Hub: The same username ...
Getting this constantly on only one server. It does this when I connect to my Spigot 1.8.8 server with a 1.12.2 client.
Read more >Remote Desktop Error "You have been disconnected ...
I had the same problem, running client on Windows 10. It was solved when adding my changed IP address to allowed connections on...
Read more >Disconnects, Connection Timed Out issues. :: ARK
There is something wrong, either server or client, I am experiancing the same issues, getting randomly disconnected, and it is not network related...
Read more >force client disconnect from server with socket.io and nodejs
Is there any way to disconnect a client with SocketIO, and literally close the connection? So if someone is connected ...
Read more >java.net.SocketException: Connection reset": The Final ...
SocketException: Connection reset" is an error that pops up when a user tries to join a Realm (or, I've heard, other online multiplayer...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
With this commit - https://github.com/KittehOrg/KittehIRCClientLib/commit/cab2851297a8b357202b306de5b7b8fdb1e583f5 - KICL will now at least cycle the resolved IPs.
https://github.com/KittehOrg/KittehIRCClientLib/pull/239
Part one complete, which also resolves this specific issue. #237 remains open as a bigger-picture issue.