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
fix: Use a separate lock for the ephemeral_key_midstate
Use a separate lock to generate the SecretKey instead of overloading the
PeerHolder mutex.
Refactoring PeerManager removed this hidden constraint and this should
make it more robust in the future.
0 commit comments