Mike Aksarin

Results 3 comments of Mike Aksarin

Do we have heavy operations in Peer Manager that could block NetworkController if we made them single actor?

Then we don't need `(settings.upnpEnabled && myAddrs.exists(_ == upnp.externalAddress))` check and `NetworkInterface.getNetworkInterfaces.asScala.exists` should be `NetworkInterface.getNetworkInterfaces.asScala.foreach` By the way `myAddrs.exists(_ == upnp.externalAddress)` is never `true` as `upnp.externalAddress` is `Option` and it...

We also can get rid of TestKit usage if we use TestProbe