Problems with the implementation of DiscordWebsocketClient #7
Labels
bug
Something isn't working
component: gateway
Issues or Pull Requests addressing the gateway component
_con
. The connection will also still restart once the delay is upRecursionError
self._con._event_queue.put(False)
to the close method. This technically works, but is clearly not idealSide note:
DiscordWebsocketClient#_running
is synonymous with_con
at the moment, it can probably just be removedThe text was updated successfully, but these errors were encountered: