sdeigm commented on PR #1004: URL: https://github.com/apache/pekko-connectors/pull/1004#issuecomment-2726374799
Feel free to change the exception type, but I think its a perfect fit: "Signals that a method has been invoked at an illegal or inappropriate time. In other words, the Java environment or Java application is not in an appropriate state for the requested operation." The UDP listener only terminates on a complete network breakdown. I my case the software is running on an edge device only connected via WLAN. The problem only happens when the device is kicked out of the WLAN due to poor reception quality. Regarding the test: I can try to add a test. But to trigger this condition the UDP listener has to be killed. During the development I added code within the stage to kill the listener. For a standard test I have to figure out how/if I potentially can kill the listener from outside of the stage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org