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

Buttplug C# Client Implementation

Results 53 buttplug-csharp issues
Sort by recently updated
recently updated
newest added

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...

bug
client

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...

bug
client

We should return an empty array, not null, if no devices are connected.