many connection_init #498
-
I noticed that the client sends another connection_init after the connection has been established |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If the client sent multiple, the server would've terminated the connection immediately. So this is not happening. The screenshots you provided showcase two separate WS connections (see the selection on the left), each connection has only one You're most likely instantiating multiple |
Beta Was this translation helpful? Give feedback.
GraphQL over WebSocket spec
If the client sent multiple, the server would've terminated the connection immediately. So this is not happening. The screenshots you provided showcase two separate WS connections (see the selection on the left), each connection has only one
connection_init
message.You're most likely instantiating multiple
graphql-ws
clients.