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 have the same issue, although I am using createThreadSafeStoreEnhancer to avoid multithreading issues, it doesn't seem to be enough for unsubscribe. The issue seems to come from here:
Hey team, I'm using a thread safe store via
createTypedThreadSafeStore()
. My code is roughly:Then in the shutdown part of the lifecycle I call on the main thread:
and it sometimes throws the error
I noticed in your samples you don't unsubscribe. How do I use your library in a multi-threaded way and safely unsubscribe?
The text was updated successfully, but these errors were encountered: