EVEInsight / Insight

Discord bot providing PvP activity tracking, intel, and utilities for the game EVE Online.
GNU General Public License v3.0
31 stars 21 forks source link

On network disconnect feedService threads crash as they try to send message but raise exception #2

Closed Nathan-LS closed 6 years ago

Nathan-LS commented 6 years ago

On network disconnects the feedService threads attempt to send discord message but receive a network timeout and the exception is not caught.

Workaround: If bot disconnects and reconnects for a feedService channel run the command "!csettings !enfeed !start" to restart the threads.

Nathan-LS commented 6 years ago

Partially fixed with a try loop on the main looping function for the async dequeue