buttplug-csharp
buttplug-csharp copied to clipboard
Buttplug C# Client Implementation
Making the ClientDevice own the client is silly. We have equality methods on devices for reasons I'm not really sure of, and the ClientDevice will already have one reference to...
If a CancellationToken is passed to a method that sends a message, and is then cancelled, the message becomes stuck in the sorter, as the send/receive is cancelled but the...
We should return an empty array, not null, if no devices are connected.