Anders Øen Fylling
Anders Øen Fylling
I've actually started allowing people to inject anything that implements the http Do interface. So you can use something like heimdall. The only issue right now, is that the rate...
The Do support has not been released yet. It only exist in the development branch.
Note: it's been running for hours. I figure it's a reconnect issue.
I noticed that once the voice client have connected it updates a variable `haveConnectedOnce` to true. This is never set to false, and causes disgord to always send a RESUME...
Do you have more of the logs? What has been happening before? On Tue, 8 Dec 2020, 02:28 Christian Baldwin, wrote: > After about 16 hours or so.....I've been getting...
It would be great to see more of the logs, before you get opcode 2 errors to verify that disgord detects the resume condition. There should be a message with...
So the picture you linked is not from the v0.22 instance? If you have to restart it, can you also upgrade to disgord v0.23.1 =)
If you're able to it would be great if you could store debug logs. Note that there's going to be a lot of stuff so it should be stored in...
REST requests should be mocked using the http.RoundTripper. Then there should be some way to mock the gateway, which I haven't figured out yet. Some exported func that gives access...