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 has been archived by the owner on May 11, 2022. It is now read-only.
The getPeers data race is a fluke of the test, the test directly access the peer table.
The Status data race is benign, but ok, I'll add a mutex around the variable access to pacify the thing.
Enabling
-race
on CI (#15) uncovered a number of data races:The text was updated successfully, but these errors were encountered: