fix(multiplayer): reset expiry on reauthentication

This commit is contained in:
Josh Creek
2026-09-01 22:26:39 +01:00
parent 27017043f9
commit 889e30a434
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -87,6 +87,7 @@ func configure(url: String, token: String) -> bool:
return false
base_url = normalized
access_token = normalized_token
session_expires_at = ""
auth_expired = false
if _websocket != null:
connect_event_stream()