You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experiments, calling device.destroy() on a device doesn't cause the device.lost promise to be resolved, while it does so in the browser. This would allow better mechanisms for recovering from device loss.
In my experiments, calling
device.destroy()on a device doesn't cause thedevice.lostpromise to be resolved, while it does so in the browser. This would allow better mechanisms for recovering from device loss.