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

routee node can‘t receive all message #3640

Closed heyixiaoran closed 5 years ago

heyixiaoran commented 5 years ago

I set a seed node (Server1) and two client node (Client1 and Client2). Then send a message from Client1 to Client2. But now Client2 only can receive dual messages (2,4,6)

The routee node count is 2. Why is not 1? If i set nr-of-members =1 .Client2 can not receive any messages.

image

Aaronontheweb commented 5 years ago

Duplicate of https://github.com/akkadotnet/akka.net/issues/3506

Workaround for the time being is to downgrade off of .NET Core 2.1 until we can get DotNetty patched. Being actively worked on right now.

heyixiaoran commented 5 years ago

@Aaronontheweb I think it's my conf error. Probably the other messages received by the other routee actor. But I don't know how to config to make it work well.

heyixiaoran commented 5 years ago

Sorry. I forgot to set role