Hello, guys. Is it normal that my `useSubscription...
# random
a
Hello, guys. Is it normal that my
useSubscription
apollo hooks are creating multiple websocket connections? I see many requests being made on my browser (when in my mind I only need one). Do you guys know anything about websocket connection management?
e
Depending on your setup 🙂 But generally if you only have one
useSubscription
, there should only be one connection. Do you have a screen shot of your
WS
tab in your devtool?