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
Currently there doesn't seem like a great way to refresh auth credentials when the bearer token expires so the socket connection gets stuck in a 401/403 loop trying to reconnect once the token expires. Slipstream has an example of what something like this might look like: https://github.com/NFIBrokerage/slipstream/tree/main/examples/token_refresh
The text was updated successfully, but these errors were encountered:
Currently there doesn't seem like a great way to refresh auth credentials when the bearer token expires so the socket connection gets stuck in a 401/403 loop trying to reconnect once the token expires. Slipstream has an example of what something like this might look like: https://github.com/NFIBrokerage/slipstream/tree/main/examples/token_refresh
The text was updated successfully, but these errors were encountered: