buttplug-csharp icon indicating copy to clipboard operation
buttplug-csharp copied to clipboard

Fix "Not GET request" websocket error in a better way than we did in #280

Open qdot opened this issue 8 years ago • 0 comments

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.

qdot avatar Sep 15 '17 04:09 qdot