buttplugio / buttplug-rs-ffi

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

C# StartLogHandler() crashes due to native held reference #44

Closed qdot closed 3 years ago

qdot commented 3 years ago

Calling StartLogHandler() will crash due to the delegate not having a living local reference, so the GC gets mad.

qdot commented 3 years ago

Fixed in v1.0.2