On network disconnect feedService threads crash as they try to send message but raise exception
Closed this issue · 1 comments
Nathan-LS commented
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
Partially fixed with a try loop on the main looping function for the async dequeue