I had a similar issue using worker_processes greater than 1. Just added "reuseport" to the quic server like@Paulo_o I currently have worker_processes = 8 or worker_processes = 12, it depends on the server, in principle I just want all cores to be used.
HTTP3 works for me with Curl but it just doesn't show up in the browser.
But as long as there isn't a stable version of it, the module is uninteresting anyway, until then the details will be out.
Code:
listen IP:443 quic reuseport;
and all browsers started to show "h3" protocol and not "h2".