Yup! Whenever a Client sends a websocket upgrade request to your DO, you'll create a new `WebSocketP
Yup! Whenever a Client sends a websocket upgrade request to your DO, you'll create a new 
WebSocketPair which uniquely refers to that websocket connection.
If I have make 5 WebSocket upgrade requests from my client(s) to my DO, the Workers runtime will keep track of 5 different WebSocket instances.0 Replies