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
@pingu-73 has investigated that (sometimes) the variable is freed on Rust's end while still being used in the Cpp function. This is unwanted. It leads to inefficient approach of copying the variables and then applying the changes. One more catch being the Rust's variable going out of scope before copying.
The text was updated successfully, but these errors were encountered:
@pingu-73 has investigated that (sometimes) the variable is freed on Rust's end while still being used in the Cpp function. This is unwanted. It leads to inefficient approach of copying the variables and then applying the changes. One more catch being the Rust's variable going out of scope before copying.
The text was updated successfully, but these errors were encountered: