Results 5 comments of Wilfred Denton

This also results in "ConnectionIsClosed" being printed to stdout constantly in my servant (warp, warp-tls) server setup.

Hey so I solved my problem by adding a custom exception handler to my warp server that logs any exceptions bubbling up that far instead of printing them to stdout....

Thanks for the response. You mention NAT traversal on the [npm page](https://www.npmjs.com/package/rudp). > No really; that above code will actually work, even if all hosts were sitting behind a NAT....

Ok so what you're saying basically is that if I wanted to use your library to connect two UDP clients behind NAT routers I would need to write/host my own...

Ok. Thank you for taking the time to discuss with this me. I'm trying to create a p2p chat app to learn more about p2p networking and I've slowly been...