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
MG currently has an action result that asserts that the connection was closed (CloseConnection)
CloseConnection
stratum/utils/message-generator/src/main.rs
Lines 183 to 195 in 7841021
However, it is also desirable to have an action result that asserts the opposite: the connection was not closed.
That would be particularly important to avoid #912 happening on future SV2 implementations.
The text was updated successfully, but these errors were encountered:
ActionResult::SustainConnection
SubmitSolution
README.md
closed via #1024
Sorry, something went wrong.
plebhash
Successfully merging a pull request may close this issue.
MG currently has an action result that asserts that the connection was closed (
CloseConnection
)stratum/utils/message-generator/src/main.rs
Lines 183 to 195 in 7841021
However, it is also desirable to have an action result that asserts the opposite: the connection was not closed.
That would be particularly important to avoid #912 happening on future SV2 implementations.
The text was updated successfully, but these errors were encountered: