Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpState] Invalid state transition allowed on reception of Pause command #28131

Closed
marktrayer opened this issue Jul 20, 2023 · 1 comment · Fixed by #28187
Closed

[OpState] Invalid state transition allowed on reception of Pause command #28131

marktrayer opened this issue Jul 20, 2023 · 1 comment · Fixed by #28187
Labels
operational state spec Mismatch between spec and implementation v1.2

Comments

@marktrayer
Copy link
Collaborator

The SDK as written, when in a Stopped State, will transition to the Paused State on reception of a Pause command.
This is incorrect.
The State shall remain unchanged, and the Pause shall be rejected with INVALID_IN_STATE.

@marktrayer
Copy link
Collaborator Author

@mideayanghui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
operational state spec Mismatch between spec and implementation v1.2
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants