Andreas Dirnberger

Results 134 comments of Andreas Dirnberger

Do we have an **DTO** for errors / failures? I am currently using internally bellow types. There are Helper methods `ToError(this PNetReason)` and `ToReason(this Exception)` to map from Exception to...

I added new BootstrapSetupSpec and switched the DI Extension to BootstrapSetup.Extensions. The DependencyResolverSetup and it's ExtensionIdProvider are having the same function.

I looked now at the `ActorSystemImpl._extensions` its a mess, needs to be redone. It registers Lazy Factory Functions one-by-one (foreach) and instantly initializing it. It is absolutely pointless. The only...

@markusschaber You can use my https://github.com/Zetanova/Akka.Experimental.ChannelTaskScheduler But u need to downgrade to Akka 1.4.21, because of some improvements of Ask the cluster-startup extensions is very racy at startup in later...

The other option would to switch the dispatcher to the build in but not used TaskPoolDispatcher, but the cluster will down itself on heavy workload, because the cluster packets are...

@Aaronontheweb https://github.com/Zetanova/PNet.Mesh UDP traffic - full encrypted not fully tested and NAT+TURN is still missing Unit tests traffic is going through already full encrypted with crypto routing. One other option...

i tried now the nigthly build 1.4.29-betaX and it did fix the cluster startup problems.

@to11mtm UDP fits very well for Mesh/VPN and encryption, TCP is for streaming good and not for single packets. that's way ikev2, OpenVPN, Wireguard, P2P are using UDP or working...

@Aaronontheweb The tradeoff is not between better idle-cpu and throughput but between idle-cpu and latency Reason is that a max used system (100% load) has 0% idling and should consume...