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
Both on the panel and through the API, the websocket connection appears to remain open after a server has been suspended for around 10 minutes, until the auth token expires and it requests a new one and of course is unable to authenticate. This is the error received through the API at this point: {"event":"jwt error","args":["jwt: exp claim is invalid"]}
Expected Behavior
An event which would be received through the socket for status update stating that the server is suspended, followed by the socket connection closing.
Steps to Reproduce
Option A (through the panel)
Open the console of a server
Open the same server in the admin area in a different tab
Suspend said server in the admin tab and go back to the console tab
The socket remains open, this can be seen in dev tools under the Network tab
Current Behavior
Both on the panel and through the API, the websocket connection appears to remain open after a server has been suspended for around 10 minutes, until the auth token expires and it requests a new one and of course is unable to authenticate. This is the error received through the API at this point: {"event":"jwt error","args":["jwt: exp claim is invalid"]}
Expected Behavior
An event which would be received through the socket for status update stating that the server is suspended, followed by the socket connection closing.
Steps to Reproduce
Option A (through the panel)
Option B (through the API)
Panel Version
1.11.7
Wings Version
1.11.7
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: