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
The runtime service calls this line to initialize.
This has the effect of queuing a message on the channel from the sync service frontend to backend.
Unfortunately, if the backend is busy verifying things such as warp sync fragments, it will not process the messages in this channel, leading to the call to is_near_head_of_chain_heuristic not being answered until the verifications finish.
The text was updated successfully, but these errors were encountered:
The runtime service calls this line to initialize.
This has the effect of queuing a message on the channel from the sync service frontend to backend.
Unfortunately, if the backend is busy verifying things such as warp sync fragments, it will not process the messages in this channel, leading to the call to
is_near_head_of_chain_heuristic
not being answered until the verifications finish.The text was updated successfully, but these errors were encountered: