Andreas Dirnberger

Results 45 issues of 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. -...

WG-Remoting
Review - Committee
Needs-Triage

fix some akka io specs and make file sink use async IO

akka-io
akka-streams

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-actor
api-change

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...

confirmed bug
akka-remote
serialization

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...

kind/enhancement

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...

type: bug