Mike Aksarin

Results 5 issues of Mike Aksarin

Extract separate actors for the Node View Holder components to eliminate synchronized sections and enable actor model for the data isolation and synchronization.

NetworkController and PeerManager actors looks to be very tightly coupled and have complex mutual communications. Looks like they share same responsibility and this makes the code rather unclear. I suggest...

Prevent generation of Modifiers, which size exceeds `maxMessageSize `

We have the following logics in a `NetworkController` class initialisation section. Here we validate `declaredAddress` setting and warn about the validation exceptions, but we don't use the boolean result of...