We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a bit of a problem with state management when the storage sub-system fails.
A typical caller acquisition loop probably looks something like:
while( cpx_get_state(runtime)==DeviceState_Running && ... )
When a write fails, the storage thread will exit, but the runtime fails to monitor that failure and stays in a "Running" state.
Originally posted by @nclack in https://github.com/calliphlox/cpx/pull/75#discussion_r1029930401
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's a bit of a problem with state management when the storage sub-system fails.
A typical caller acquisition loop probably looks something like:
When a write fails, the storage thread will exit, but the runtime fails to monitor that failure and stays in a "Running" state.
Originally posted by @nclack in https://github.com/calliphlox/cpx/pull/75#discussion_r1029930401
The text was updated successfully, but these errors were encountered: