In certain situations the datagram handler in the openlcb library locks up in a way that it becomes impossible to send datagrams anymore. A good way to trigger this is to have a target node that does ...
That exception is just thrown because the listening socket is closed while another thread is still listening. I've added some code so this specific exception is ignored. The easiest option for ...