Aeron.NET icon indicating copy to clipboard operation
Aeron.NET copied to clipboard

Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron

Results 7 Aeron.NET issues
Sort by recently updated
recently updated
newest added

Hi @JPWatson I try to upgrade to `netstandard` and `netcore3.1` to `net6.0` then i run IpcThroughput here's the result before upgrading ```sh Duration 1,000ms - 10,062,930 messages - 322,013,760 bytes,...

I attempted to upgrade Aeron.Cluster package in my project to the latest version to use ExpandableArrayBuffer, but it seems it's not expanding its size as we did in the Java...

Thanks for great port of Aeron library. Are there any plans to use the C Media Driver instead of the Java version of the Media Driver? I'm assuming it would...

Connecting with a CloseHandler passed via the Context causes a NullReferenceException: ```C# var ctx = new Aeron.Context() .CloseHandler(() => { }); var aeron = Aeron.Connect(ctx); ``` causes a NullReferenceException here:...

Hi, Upon successfully installing the driver package in a vs2019 console app (.net core 3.1) (PM> Install-Package Aeron.Driver) no such folder 'driver' is created in the solution so i'm unable...

created simple bash script to be able to run Aeron tools on linux.

Is there any plan to upgrade to aeron 1.42.1? In order to achive this, if possible, you can define some tasks to let open source developers to help you