urql-graphql / urql-devtools-exchange

The exchange for usage with Urql Devtools
https://www.npmjs.com/package/@urql/devtools
MIT License
54 stars 6 forks source link

Wait for websocket connection before sending connnection-init message #56

Closed andyrichardson closed 4 years ago

andyrichardson commented 4 years ago

About

Currently connection-init messages are being sent when the exchange is initialised - this is fine for the browser (where the connection is synchronous and guaranteed) but not for native where the connection may not be established.