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
But there is 2 issues while compiling code as cdylib:
Without cache.close() in DLL_PROCESS_DETACH (yeah, my lib is for windows), it just throws some kind of error, which rust detects while I loading this dll - STATUS_ACCESS_VIOLATION. In another programs this issues cause whole program crash
I find out to prevent that issue i need to call cache.close() in order to clear some memory, stop additional threads, but now it just stacks on closing and do nothing until I kill process
I really need your help, because i literally can't find another in-memory cache which can be defined as global value with lazy_static
The text was updated successfully, but these errors were encountered:
Hi, there is a method wait which can help you wait for all of the items in the write buffer to be written in the cache (If you have not tried this method). Have you tried to compile the related code on linux? I need to fix out whether it is a bug of Stretto. Or, could you give a piece of example code to help me reproduce the crash situation?
It's great that with your lib i can do such things
But there is 2 issues while compiling code as cdylib:
I really need your help, because i literally can't find another in-memory cache which can be defined as global value with lazy_static
The text was updated successfully, but these errors were encountered: