-
Notifications
You must be signed in to change notification settings - Fork 118
Login method is invoked twice in channels.js file #673
Comments
@rondaniel00 I believe you mentioned that there was something specific to your app with this issue? Is that for sure the case? |
I can confirm that this seems to be happening everywhere. Try the feathers-chat logging the |
Also experiencing this. |
I have the same problem and I verified that client.authenticate() is called only once |
I think this may be related, that the feathers cliente default behavior stabilsih the conecction using long pooling and the upgrade to websockets... @koraniar would you test modifying the feathers client parameters to see how if is that the root cause? |
Duplicate of feathersjs/feathers#1174, will be tracked there. |
Login method is invoked twice in channels.js file.
app.on('login', (authResult, { connection }) => { // CALLED TWICE } ));
Verified that client.authenticate() is called only once.
The text was updated successfully, but these errors were encountered: