Re: [akka-user] Unable to receive UDP packets after restarting network interface

2016-08-03 Thread Endre Varga
Hi, I am not sure what Akka can do about this. We just use the NIO interfaces from the JDK. If we didn't report an error then likely we didn't get one from Java in the first place. I might be wrong of course but I don't really know what we could do here. -Endre On Wed, Aug 3, 2016 at 2:46 PM,

[akka-user] Unable to receive UDP packets after restarting network interface

2016-08-03 Thread BlueZL
Hi all, After binding to an UDP port, my own UDP actor has been able to send/receive UDP packets without issues until one day we restarted the network interface "service network restart". After that the UDP actor stopped getting UDP packets without receiving any failure/exception messages. I