buttplugio / buttplug-rs-ffi

FFI from buttplug-rs to Java and other languages
Other
88 stars 22 forks source link

C# throws duplicate key error when second client created #78

Closed qdot closed 3 years ago

qdot commented 3 years ago

Describe the bug

Create 2 client instances in C#

Expected behavior

2 client instances exist

Actual behavior

Key duplication error

Additional context

Forgot to update counter for the client instance cache.