question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

KICL constantly connects to the same server

See original GitHub issue

When 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:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mbaxcommented, Dec 30, 2018

With this commit - https://github.com/KittehOrg/KittehIRCClientLib/commit/cab2851297a8b357202b306de5b7b8fdb1e583f5 - KICL will now at least cycle the resolved IPs.

0reactions
mbaxcommented, Dec 31, 2018

https://github.com/KittehOrg/KittehIRCClientLib/pull/239

Part one complete, which also resolves this specific issue. #237 remains open as a bigger-picture issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found