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
Essentially, in the event loop, something in Rust should be able to make the JS dispatch global/reindex and snapshot redux events. This is hard because its unclear who is going to be able to dispatch those events (a Window object? who's holding it? what if we don't have it (such as in the case of a seperate API running on a different thread than the event loop)
The text was updated successfully, but these errors were encountered:
Essentially, in the event loop, something in Rust should be able to make the JS dispatch
global/reindex
andsnapshot
redux events. This is hard because its unclear who is going to be able to dispatch those events (aWindow
object? who's holding it? what if we don't have it (such as in the case of a seperate API running on a different thread than the event loop)The text was updated successfully, but these errors were encountered: