buttplug-csharp
buttplug-csharp copied to clipboard
Fix "Not GET request" websocket error in a better way than we did in #280
In #280, our workaround for the "Not GET Request" exception in v0.1.1 was to set a timer that will only trigger if we don't immediately connect after getting a WebSocketListener exception.
This is jank as fuck.
We should do something not jank as fuck.