buttplugio / buttplug-rs-ffi

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

Make C# message sorter future failures throw specific type exceptions #69

Closed qdot closed 3 years ago

qdot commented 3 years ago

Currently the message sorter throws Exception(), which is very difficult to catch and be useful. This should be a Buttplug specific exception, most likely connector related (as this will only happen when the connector dies)