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

Akka.Remote: need to verify that Akka.Remote.Transports.Helios package can still be used instead of DotNetty #2820

Closed Aaronontheweb closed 7 years ago

Aaronontheweb commented 7 years ago

Looks like the DotNettyTransport backwards compat code might be eliminating the ability to roll back to the Helios transport for users who want it. Need to add a spec to ensure that the Helios transport can be used instead.,

Aaronontheweb commented 7 years ago

As it turns out, @Horusiath already did this one for me!

https://github.com/akkadotnet/akka.net/blob/v1.3/src/core/Akka.Remote.Tests/Transport/BackwardCompatibilitySpec.cs#L80