akkadotnet / akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
http://getakka.net
Other
4.7k stars 1.04k forks source link

Add UDP support to Akka.Remote #259

Closed Aaronontheweb closed 5 years ago

Aaronontheweb commented 10 years ago

Helios already supports this and I think implementing it inside Akka.Remote should be pretty trivial - the PhiAccrualDetector and the ReliableDeliverySupervisor are going to do the hard work: making sure that UDP associations with clients who disappear from the network actually get closed properly.

I'm going to include this as a to-do item for myself as part of the Akka.Cluster implementation and #258

Aaronontheweb commented 9 years ago

Going to take this issue off the table for V1 - no one has asked for it and there's more important stuff that needs to be done.

sean-gilliam commented 5 years ago

Closing this issue due to inactivity. Feel free to reopen if there is renewed interest.

kpietraszko commented 2 years ago

Are there any plans to implement this?

Aaronontheweb commented 2 years ago

Probably not with DotNetty as that project is no longer maintained. We'll see about doing it with the new Artery transport planned for Akka.NET v1.5.