Skip to content

Add bot reconnects

Raoul Hidalgo Charman requested to merge raoul/126-bot-reconnects into master

Description

Get bot to reconnect if a server goes down. This is basically the same as the reconnect logic in MR !113 (closed), just without the smarter bot calls we've realized wont work without significant more refactoring.

Changes proposed in this merge request:

Add logic to use CreateBotSession or UpdateBotSession depending on whether connected to the server.

This merge request, when merged, will address issue/bug:

Fixes #126 (closed)

Edited by Raoul Hidalgo Charman

Merge request reports