Websocket protocol update

Hey, nice to hear :+1:t2:
Currently it blocks the graphql subscriptions, because we use JWT tokens that refreshes in the background. Sadly subscriptions-transport-ws has a problem with exchanging the token by reconnection and keeping the subscriptions open: How to restart connection with new connection params? 路 Issue #171 路 apollographql/subscriptions-transport-ws 路 GitHub
Workaround is to repeat a query request each few seconds to simulate a subscription query. I found no working solution.

1 Like