Hi,
I’m aware there is an example of a non-blocking, asynchronous version of a TCP client available here. I’m looking at implementing an asynchronous version of a UDP client class with the same non-blocking connect call. What kind of overall changes would be needed to transition the TCP code to UDP? How easy would it be to transition the code/ is it possible to use this as a template and make a couple tweaks?