Websocket connects

This commit is contained in:
Owen 2025-08-14 11:58:08 -07:00
parent aabfa91f80
commit 200e3af384
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
6 changed files with 38 additions and 14 deletions

View file

@ -67,6 +67,8 @@ export class TokenManager {
/**
* Get the current valid token
*/
// TODO: WE SHOULD NOT BE GETTING A TOKEN EVERY TIME WE REQUEST IT
async getToken(): Promise<string> {
if (!this.token) {
if (this.isRefreshing) {