fix(devices): read devices and device options through to the database #8
Reference in New Issue
Block a user
Delete Branch "benvin/fix-device-cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
DeviceManager filled its device and device options dictionaries once at construction and never re-read them, so with replicas sharing one database a token minted on one replica 401s on every replica that was already running, and a token revoked on one replica keeps authenticating on the others until they restart.