Skip to content

fix(subscriptions): get token from local storage on each reconnect

Mihail Dunaev requested to merge fix-websocket-null-token into master

More info here https://github.com/elifesciences/elife-xpub/issues/544

The value of connectionParams is initialized once with null and it stays like that on each reconnect.

Merge request reports