Re: [akka-user] Akka Remote via UDP only responds to first client. Timeouts for any others that connect.

2016-01-30 Thread Chris Benninger
Hi Martynas, Thanks for the response. Here is what I see *- Before first client connects -* └──╼ ss -ua | grep 4201 UNCONN 0 0::::4201:::* *-- After first client connects --* └──╼ ss -ua | grep 4201 ESTAB 0 0::::3528

Re: [akka-user] Akka Remote via UDP only responds to first client. Timeouts for any others that connect.

2016-01-29 Thread Martynas Mickevičius
Can you look if after first successful connection ActorSystem0 is still bound to the 4201 port? The port should be listed in the output of *ss -ua* command. On Thu, Jan 28, 2016 at 8:08 PM, Chris Benninger wrote: > Hi guys, > > I'm trying to get Akka Remote actors working via UDP. Everything wor

[akka-user] Akka Remote via UDP only responds to first client. Timeouts for any others that connect.

2016-01-28 Thread Chris Benninger
Hi guys, I'm trying to get Akka Remote actors working via UDP. Everything works beautifully over TCP, but I need it over UDP. The documentation seems quite sparse with regards to UDP but it is mentioned. The behaviour I'm seeing is ActorSystem1 connects to ActorSystem0 fine, but once a single c