Aaron Stannard

Results 670 comments of Aaron Stannard

> Is AOT possible at all right now? I'm learning F# with an avalonia side project and I'd like to be able to use akka on all platforms avalonia supports...

I updated my AOT canary solution for TurboMqtt, which uses Akka.NET and Akka.Streams https://github.com/petabridge/TurboMqtt/pull/231

Aha, looks like we already have a test that touches this and it's now failing as a result of this change: `Akka.TestKit.Tests.TestActorRefTests.TestProbeSpec.TestProbe_restart_a_failing_child_if_the_given_supervisor_says_so` my guess is that the test is also...

@akutruff is this for the `ReceiveActor` I take it?

@akutruff ah, we use a `new` Expression inside `Props` to extract the constructor arguments and identify the correct constructor signature for each actor. You can use the method that explicitly...

@akutruff we have an organizational goal for supporting Unity3D users. Our community has several who've been eager to use Akka.NET for game development for years (some are already doing it...

Been a long time, but this is on the roadmap for v1.6 as part of our AOT support initiative

I had some of these issues with DNS resolution not working on Windows or on my RaspberryPi units. Pop!_OS (Ubuntu) DNS resolution for our CNAMEs worked right of the box,...

replaces https://github.com/petabridge/TurboMqtt/pull/25