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
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Refactor SendOfflineMessage to publish to push nodes first.
The code currently publishes to the DHT first and then to the pushnodes
when it finishes. This creates an opportunity where the node may be killed
while it's publishing to the DHT and before it has an opportunity to publish
to the pushnodes. This commit changes it to publish to the pushnodes in parrallel
to the DHT so as to avoid the potentional problem from above.
0 commit comments