1 | | As it is, the bot ''should'' try to re-connect with exponential back-off times, however, it only appears to re-connect when it actually does something. This might be solved, as suggested in the Twisted docs, by a heartbeat PING to the server every so often, just to make sure things are okay, and re-connect if necessary |
| 1 | As it is, the bot ''should'' try to re-connect with exponential back-off times, however, it only appears to re-connect when it actually tries to send something. |
| 2 | |
| 3 | This might be solved, as suggested in the Twisted docs, by a heartbeat PING to the server every so often, just to make sure things are okay, and re-connect if necessary. |