EVEInsight/Insight

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

Closed this issue · 1 comments

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.

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