Client A -> Server B. Multiple connections (not streams) #1744
timprepscius
started this conversation in
General
Replies: 1 comment 20 replies
-
Wait, I may have just misunderstood the QuicAddrFromString vs QuicAddrToString |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to have client A make multiple connections (not streams) to server B, while using the same socket.
Using the same localEndPoint to create multiple connections:
Snip:
Soon after ConnectionStart I receive an "in use" error:
Should I be able to do this?
Must I use multiple streams for the same connection, instead of one stream for each of multiple connections
using same socket A to connect to server B.
Beta Was this translation helpful? Give feedback.
All reactions