thermite icon indicating copy to clipboard operation
thermite copied to clipboard

A cross-platform C# voice framework for Discord

Results 6 thermite issues
Sort by recently updated
recently updated
newest added

Words are cool and all, but I don't have one of those fancy debuggers which can track object heap allocations right now. I should (eventually) get around to validating this...

backend

Polly can be used to implement caching for requests to providers, as well as implementing fallback and the like. I could use Polly for implementing IP rotation too, in theory...

enhancement
frontend

https://github.com/queer/singyeong Seems like a reasonable option for a frontend including service discovery. Blocking: https://github.com/queer/singyeong/issues/59 (would need proper request/response support to implement some options. (E.g. 'get me the current track for...

enhancement
frontend

A method of tracking metrics should be added for monitoring and analysis. Potential sources of metrics to track: - UDP ingress (Necessary?) - UDP egress - UDP latency? (Would be...

enhancement
backend
frontend

Proper logging support should be added, likely based on ASP.NET Logging. This should be combined with proper event ids and the like to enable metrics systems (see #4) to properly...

enhancement
backend
frontend

Something I forgot when implementing the websocket. - [ ] RESUME support - [ ] Disconnection - [ ] Reconnection when network (aka Discord) fucks up

enhancement
backend