Skip to content
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

commands: fix a bunch of tiny commands-lib issues #5697

Merged
merged 1 commit into from
Oct 30, 2018

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Oct 30, 2018

  • Always check errors returned by emit. Otherwise, we may not notice when the client goes away.
  • Make sure to use EmitOnce instead of Emit when appropriate. Otherwise, we break javascript.

(thanks Magik6k for finding this before we cut the release...)

@ghost ghost assigned Stebalien Oct 30, 2018
@ghost ghost added the status/in-progress In progress label Oct 30, 2018
* Always check errors returned by emit. Otherwise, we may not notice when the
  client goes away.
* Make sure to use EmitOnce instead of Emit when appropriate. Otherwise, we
  break javascript.

(thanks Magik6k for finding this before we cut the release...)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@magik6k
Copy link
Member

magik6k commented Oct 30, 2018

(there are some fixes in bfffaf0 that are not here)

@Stebalien
Copy link
Member Author

@magik6k mind making a PR for that pin fix (along with a test).

@Stebalien Stebalien merged commit 545c880 into master Oct 30, 2018
@ghost ghost removed the status/in-progress In progress label Oct 30, 2018
@Stebalien Stebalien deleted the fix/commands-stuff branch October 30, 2018 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants