Andreas Dirnberger
Andreas Dirnberger
Add binary compatible support for user defined transport nonces/counters. This feature is required for transfers over UDP. UDP has out-of-order messaging. A new unit test `TestOutOfOrder` is included. My CPU...
If there are multiple nodes with different roles and assemblies in the cluster. Currently Reminder can only accept a payload where the type is known to every node. Else reminder...
If the requirement of a reminder is that it only need to triggers every short-period but beside that has no other requirement then an option is needed to suppress the...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
Currently there is only the possibility to add extensions prestart only over the config `akka.extensions` and external initialized extensions are only possible to add after startup. This PR fixes it...
Akka.Remoting and Akka.Cluster implement a transparent IPC system. The supervisor system is relying on exception types as it's message protocol. This works fine in a single system but with combination...
Fixes https://github.com/akkadotnet/akka.net/issues/5498 Fix startup with missing config for channel-executor ## Changes The constructor thread of cluster startup got reused by the default TaskScheduler used by the ChannelExecutor.
**Is your feature request related to a problem? Please describe.** The scavenger process can be extended with chunk-compression **Describe the solution you'd like** The scavenger can take/build/extend a LZ4-Dictionary from...
If an message gets queued in the the angular ErrorHandler.handleError(error: any) method, the notification will not get rendered until some other page change. Workaround: To display the message instantly a...