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
As pr PR #15 encode_and_send/2 sometimes returns {error, closed}.
encode_and_send/2
{error, closed}
We should allow this in the case where we're trying to close, rather than asserting ok
ok
The text was updated successfully, but these errors were encountered:
This is best solved by altering the FSM to include the CLOSING and CLOSED states as per #17
Sorry, something went wrong.
No branches or pull requests
As pr PR #15
encode_and_send/2
sometimes returns{error, closed}
.We should allow this in the case where we're trying to close, rather than asserting
ok
The text was updated successfully, but these errors were encountered: