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
Since the reannouncing/broadcasting node just does go txAnn...., this becomes a job for the go runtime scheduler. As a results, many annoucements can become misordered, which on a receiving node can lead to them being rejected. We need an outgoing tx queue.
Since the reannouncing/broadcasting node just does
go txAnn....
, this becomes a job for the go runtime scheduler. As a results, many annoucements can become misordered, which on a receiving node can lead to them being rejected. We need an outgoing tx queue.Related: #1430
The text was updated successfully, but these errors were encountered: