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
When creating subscriptions, this mutates internal data structures. We should remove Send/Sync for now until this is fixed. For async, we can try local async executors.
I probably should just make nostrdb threadsafe though, since notecrumbs will likely need it.
The text was updated successfully, but these errors were encountered:
When creating subscriptions, this mutates internal data structures. We should remove Send/Sync for now until this is fixed. For async, we can try local async executors.
I probably should just make nostrdb threadsafe though, since notecrumbs will likely need it.
The text was updated successfully, but these errors were encountered: