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
{{ message }}
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.
Currently the GUI's driver/spectator recognition scheme involves using a browser "fingerprinting" method that parses several pieces of information supplied by the user's browser to identify whether a user visiting the GUI is driving or spectating. One of the pieces of information used is the user's screen size/resolution. Therefore if a user unplugs an external monitor while driving, it can have the effect of putting the driver into spectator mode.
This is fine (I don't think the fingerprinting method should be changed; if you change monitors during driving it's not a big deal to click one button to go back into driver mode), but currently when this happens, the driver enters spectator mode, and instead of the "Spectate" button going away and the "Take Control" button popping up (the desired behavior), the "Spectate" button remains in the GUI and no "Take Control" button appears. This should be fixed.
The text was updated successfully, but these errors were encountered:
Currently the GUI's driver/spectator recognition scheme involves using a browser "fingerprinting" method that parses several pieces of information supplied by the user's browser to identify whether a user visiting the GUI is driving or spectating. One of the pieces of information used is the user's screen size/resolution. Therefore if a user unplugs an external monitor while driving, it can have the effect of putting the driver into spectator mode.
This is fine (I don't think the fingerprinting method should be changed; if you change monitors during driving it's not a big deal to click one button to go back into driver mode), but currently when this happens, the driver enters spectator mode, and instead of the "Spectate" button going away and the "Take Control" button popping up (the desired behavior), the "Spectate" button remains in the GUI and no "Take Control" button appears. This should be fixed.
The text was updated successfully, but these errors were encountered: