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
This introduces a race condition for early requests - who gets to populate the history variable? We should instead let each fetch it on-demand, or push the initialised history value in while the node is still single-threaded.
The text was updated successfully, but these errors were encountered:
This introduces a race condition for early requests - who gets to populate the
history
variable? We should instead let each fetch it on-demand, or push the initialised history value in while the node is still single-threaded.The text was updated successfully, but these errors were encountered: