-
Notifications
You must be signed in to change notification settings - Fork 117
Prefixing socket events #418
Comments
|
I'm going to close this since we probably won't take this on. We'll definitely accept or help out with a pull request adding this option though. |
Sorry for the delay, I have some health issues. As soon as I can, I'll submit a PR. |
We're going to be converting the authentication service to a proper Service which will make it so that the event is As a result I'm going to close this out. Thanks for reporting @devel-pa! 😄 |
Hi,
Trying to integrate some puzzle pieces from different sets I found an issue, not necessarily a feathers only issue, but I think it would be a nice to have: prefixing socket events to avoid event collisions
https://github.com/feathersjs/feathers-authentication/blob/master/src/socket/handler.js#L194
Configurable or not, to have instead of
socket.on('authenticate', authenticate);
something likesocket.on('fjs-authenticate', authenticate);
Best,
Paul
The text was updated successfully, but these errors were encountered: