For some reason, enabling AutoReconnect on my bot causes it to repeatidly reconnect. Here's the debugging information:
Sep 14 18:31:41 SmartIRC.php(1478) DEBUG_CONNECTION: transmit timeout detected, doing reconnect... Sep 14 18:31:41 SmartIRC.php(943) DEBUG_CONNECTION: reconnecting... Sep 14 18:31:41 SmartIRC.php(907) DEBUG_CONNECTION: disconnected
Any clues on what's wrong?
set the transmit timeout higher, the default is 300 which is on some IRC networks too low... $irc->setTransmitTimeout() and $irc->setReceiveTimeout()
Log in to post a comment.
For some reason, enabling AutoReconnect on my bot causes it to repeatidly reconnect. Here's the debugging information:
Sep 14 18:31:41 SmartIRC.php(1478) DEBUG_CONNECTION: transmit timeout detected, doing reconnect...
Sep 14 18:31:41 SmartIRC.php(943) DEBUG_CONNECTION: reconnecting...
Sep 14 18:31:41 SmartIRC.php(907) DEBUG_CONNECTION: disconnected
Any clues on what's wrong?
set the transmit timeout higher, the default is 300 which is on some IRC networks too low...
$irc->setTransmitTimeout() and $irc->setReceiveTimeout()