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
Try to follow the assumed "contract"/"api" in terms of stream events:
events (only close after error, nothing after close, only error or close after destroy)
close
error
The text was updated successfully, but these errors were encountered:
Are these supposed to be check off?
Sorry, something went wrong.
I checked them when there was a PR. But maybe it makes more sense to check them when it's been merged.
I'm moving this into my own list and will open PR's accordingly when my number of open PR's drop.
No branches or pull requests
Try to follow the assumed "contract"/"api" in terms of stream events:
events (only
close
aftererror
, nothing afterclose
, onlyerror
orclose
after destroy)The text was updated successfully, but these errors were encountered: