mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-10 05:45:41 +00:00
Table.mutex was being held while waiting for a reply packet, which effectively made many parts of the whole stack block on that packet, including the net_peerCount RPC call.