-
-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow to register services that are event emitters #118
Milestone
Comments
daffl
added a commit
that referenced
this issue
Jun 22, 2015
daffl
pushed a commit
that referenced
this issue
Aug 21, 2018
* chore(package): update @feathersjs/commons to version 2.0.0 * Update Travis installation script
daffl
pushed a commit
that referenced
this issue
Aug 22, 2018
* chore(package): update @feathersjs/commons to version 2.0.0 * Update Travis installation script
daffl
pushed a commit
that referenced
this issue
Aug 25, 2018
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
The event mixin has to ignore remote services (like feathers-websocket-client) that are already event emitters. If a service is already an event emitter and provides the
events
property (see #111) it should skip it and instead set_serviceEvents
to the events provided.The text was updated successfully, but these errors were encountered: