Skip to content

v1.14.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 09:06
· 26 commits to master since this release

🚧 WIP

  • client-side GlobalStore used to store the session token is now a wrapper around localStorage. This means the values are shared cross-tab, and subscriptions use storage events so one tab performing a refresh will automatically notify all active tabs.
  • changed approach to live WS connection context update to instead send a client->server message
  • use a lock and short-lived cache to prevent multiple tabs from performing concurrent or subsequent token refreshes in a short amount of time