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
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
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