TwelveIterationMods / EiraIRC

No longer maintained.
MIT License
24 stars 13 forks source link

Issue with auto reconnect #342

Closed MarkYSA closed 8 years ago

MarkYSA commented 8 years ago

Hi.

Could you please set auto-reconnect function to execute every 15 seconds, not one time?

P.S. For 1.7.10

Thanks!

Regards, Mark

BlayTheNinth commented 8 years ago

Auto-reconnect should already happen whenever needed, with increasing delays on consecutive failed attempts.

MarkYSA commented 8 years ago

Hi,

Please check log output from mc server console:

01.10 18:52:24 [Server] INFO test 01.10 18:50:49 [Server] INFO Could not connect to irc.somedomain.com: java.net.ConnectException: Connection refused 01.10 18:50:34 [Server] INFO Reconnecting to irc.somedomain.com in 15 seconds...

As we can see, reconnect is happens only one time.

Thank you!

P.S. I've used 'KCauldron-1.7.10-1492.155' as server core, if this help.

BlayTheNinth commented 8 years ago

What happens after those 15 seconds? Anything else in the log?

MarkYSA commented 8 years ago

Unfortunately nothing.

BlayTheNinth commented 8 years ago

Can't reproduce the issue with the information I've got. Does the same happen on Vanilla Forge servers? There should at least be some kind of error after the 15 seconds if it doesn't just silently reconnect.