On Tue, 2020-08-25 at 07:45 -0230, Roddie Kieley wrote: > ... > In testing the new examples, raw_echo and raw_connect I saw that > raw_echo > worked ok but raw_connect consistently reported:
Neither of these examples actually work at all as raw sockets only works with the epoll proactor not the libuv or iocp proactors. They will link because the APIs exist everywhere, and the raw connection test works because it tests the common code which is independent of proactor implementation. I'd say this needs to be release noted and mention PROTON-2262 PROTON- 2263. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
