Closed tk3369 closed 3 years ago
This patch is being used by HoJBot.jl and it works well. An example of proper reconnection is shown below:
┌ Warning: Unable to close existing connection │ ex = IOError: stream is closed or unusable └ @ Discord ~/.julia/packages/Discord/ZFFOq/src/gateway/gateway.jl:372 ┌ Info: Reconnecting │ time = 2021-03-24T16:14:11.508 │ conn = 4 │ resume = true └ zombie = false
Cool, thanks for the cleanup!
This patch is being used by HoJBot.jl and it works well. An example of proper reconnection is shown below: