You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#629 added callback support to Kotlin, however it's not able to handle destructors correctly: closures passed to Rust may get freed early. We need to register these in some GlobalRef and free them from Rust when the dtor gets called.
#629 added callback support to Kotlin, however it's not able to handle destructors correctly: closures passed to Rust may get freed early. We need to register these in some GlobalRef and free them from Rust when the dtor gets called.
cc @emarteca
The text was updated successfully, but these errors were encountered: