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
Right now it's not possible to track when messages are sent, although there is a delay at gossip side the publish() function returns immediately, see ChainSafe/lodestar#6596
Solution
Find a way to implement async OutboundStream.push() which only returns when messages are really sent
The text was updated successfully, but these errors were encountered:
Description
Right now it's not possible to track when messages are sent, although there is a delay at gossip side the
publish()
function returns immediately, see ChainSafe/lodestar#6596Solution
Find a way to implement async
OutboundStream.push()
which only returns when messages are really sentThe text was updated successfully, but these errors were encountered: