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
When using a client version 24.12 or higher with a server version 24.09 or lower, the client requests a compute session list and encounters states like PREPARED that are not defined on the server. This leads to inconsistencies in session state representation.
Proposed solution
Implement a mechanism in the client to detect the server version or API version and adjust the session status values accordingly. This could involve mapping new status to existing ones or omitting unsupported status.
The text was updated successfully, but these errors were encountered:
Description
When using a client version 24.12 or higher with a server version 24.09 or lower, the client requests a compute session list and encounters states like
PREPARED
that are not defined on the server. This leads to inconsistencies in session state representation.Proposed solution
Implement a mechanism in the client to detect the server version or API version and adjust the session status values accordingly. This could involve mapping new status to existing ones or omitting unsupported status.
The text was updated successfully, but these errors were encountered: