Skip to content

Fix CanZone related bug with `Session.current`

Compare
Choose a tag to compare
@marshallswain marshallswain released this 03 May 22:26
· 115 commits to master since this release

The implicit authentication when reading Session.current was breaking when zones changed. This release wraps it in a Zone.ignore to prevent that error from occurring.