-
Notifications
You must be signed in to change notification settings - Fork 43
Ensure actor on error objects when possible #558
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
Conversation
… actor is already set, or assign it
Great! Could we also ensure that |
I believe this question is still open? (Just generally, not blocking this PR.)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As @galfert verified on chat, the double-message issue is a new bug in Hyperchannel. So I think this is ready to merge.
@galfert @raucao - OK, I've simplified things:
Can I get a final OK just to be sure? |
OK, so now I found out why Hyperchannel isn't logging the failure messages for the connect. Instead of the normal "failure" event name, which other failures do use, this one uses the event name "failed". I think we need to manually ensure that these are all consistent for now. But in the future, trying to send unknown event names should probably cause at least a console warning, or ideally a linting error. |
Resolves #492