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
The http and websocket URLs are supposed to be updated when a websocket redirect occurs and the App is requested to refresh the access token. Unfortunately, the addition of updating the location when the app is first started caused the location to not be queried, since the flag used to determine if the location had been requested after start-up was also being checked before updating the location during an access token refresh, and the location was never being requested beforehand.
Update the handling of this flag, so it does not prevent the location from being requested when explicitly requested, while keeping the functionality of requesting the location one time after startup when the first http request is performed.
The text was updated successfully, but these errors were encountered:
sync-by-unitobot
changed the title
Request location metadata update at user login
Location request during access token refresh not working
May 15, 2023
The http and websocket URLs are supposed to be updated when a websocket redirect occurs and the
App
is requested to refresh the access token. Unfortunately, the addition of updating the location when the app is first started caused the location to not be queried, since the flag used to determine if the location had been requested after start-up was also being checked before updating the location during an access token refresh, and the location was never being requested beforehand.Update the handling of this flag, so it does not prevent the location from being requested when explicitly requested, while keeping the functionality of requesting the location one time after startup when the first http request is performed.
The text was updated successfully, but these errors were encountered: