-
Notifications
You must be signed in to change notification settings - Fork 10
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
Events should support multiple arguments #162
Labels
Milestone
Comments
As @lundibundi has noted,
And that's the key point. Even though I don't find this feature much useful, neither I see any harm in implementing it, so let's do that to be consistent. |
belochub
pushed a commit
that referenced
this issue
Jan 22, 2018
Changes event message signature to always send an array of arbitrary arguments. This makes it work same way as EventEmitter does and also makes its usage similar to call action. PR-URL: #187 Fixes: #134 Fixes: #162 Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
belochub
pushed a commit
that referenced
this issue
Jan 22, 2018
Changes event message signature to always send an array of arbitrary arguments. This makes it work same way as EventEmitter does and also makes its usage similar to call action. PR-URL: #187 Fixes: #134 Fixes: #162 Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
belochub
pushed a commit
to metarhia/mdsf
that referenced
this issue
Jul 19, 2018
Changes event message signature to always send an array of arbitrary arguments. This makes it work same way as EventEmitter does and also makes its usage similar to call action. PR-URL: metarhia/jstp#187 Fixes: metarhia/jstp#134 Fixes: metarhia/jstp#162 Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
belochub
pushed a commit
to metarhia/mdsf
that referenced
this issue
Jul 19, 2018
Changes event message signature to always send an array of arbitrary arguments. This makes it work same way as EventEmitter does and also makes its usage similar to call action. PR-URL: metarhia/jstp#187 Fixes: metarhia/jstp#134 Fixes: metarhia/jstp#162 Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #134 for the background.
The text was updated successfully, but these errors were encountered: