buttplugio / buttplug-rs-ffi

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

Remove message sorter from C# #71

Open qdot opened 3 years ago

qdot commented 3 years ago

Feature Description

With per-call callbacks, we can just bundle tasks across the FFI for resolution instead of using the ID based system. We'll still need to hold them in the client object, and fail all open tasks via a ButtplugConnectorException on client disposal.