Hi Matt, On Mon, 16 Oct 2023 at 19:10, Matt Sicker <m...@musigma.org> wrote: > > I’ve seen that test fail in CI before as well. I wonder if there’s any > firewall issues that can interfere with it, or if it relies on some > potentially unusable state like a common port number.
I switched to ephemeral ports recently, but I might have introduced some race condition. Besides, it's UDP, so a non-reliable transport. Piotr