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
I think I am hitting this same issue and am attempting to solve it on my own fork -- any idea if there is a known fix/workaround?
It looks like we are already using the trick from nagisa/rust_libloading#59. Unfortunately, I still see the behavior you mentioned.
It could be that the problem is in my own code, though I am not certain yet. I will investigate in detail and write up a specification of the behavior I am currently witnessing.
Tried many things to fix this so far:
watch
and reloading them on each call toWatch::package
.It's almost like the symbol is being cached in global memory or something.
The text was updated successfully, but these errors were encountered: