Closed arg0d closed 2 months ago
Callback refcounts were not taken into account for short-lived callbacks. After changes, it's ok to use the same callback multiple times in short-lived context. Added a test for this.
Fixes https://github.com/NordSecurity/uniffi-bindgen-cs/issues/79
Callback refcounts were not taken into account for short-lived callbacks. After changes, it's ok to use the same callback multiple times in short-lived context. Added a test for this.
Fixes https://github.com/NordSecurity/uniffi-bindgen-cs/issues/79