If goquic support multiple threads/processes, is the connection id table is global on server side?
If 2 clients use same connection id, how does the server identify it?
Also if thread1 process part of a http request, how does server guarantee the remaining request also is delivered to the same thread(thread1)?
If goquic support multiple threads/processes, is the connection id table is global on server side? If 2 clients use same connection id, how does the server identify it? Also if thread1 process part of a http request, how does server guarantee the remaining request also is delivered to the same thread(thread1)?