mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-07 02:23:39 +00:00
Similar to https://github.com/status-im/nim-libp2p/pull/193 but doing it for all methods to avoid this issue in PubSub in the future. Got hit by this behavior again in rpcHandler and took me a while to figure out. See https://github.com/oskarth/nim-private-method-skipping-case/ for minimal repro