You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a bug in sails. I opened a new issue referencing that bug with some complete example and test.
But you closed my issue before its resolved so i have no other choice to make a new.
In few words: publishCreate() does not subscribe sockets watching one collection to the new instance created. But it fail only when we are under multiple apps. (I use 'socket.io-redis' see previous issue for details)
This is the reference of previous issue with test case and details: #2947
The text was updated successfully, but these errors were encountered:
There is a repository that reproduce this bug.
You can also find instructions to reproduce this in #2947
Also sgress454 explained me a way to test the problem (details in #2947) But his way do not work for me
Hi sails team.
I found a bug in sails. I opened a new issue referencing that bug with some complete example and test.
But you closed my issue before its resolved so i have no other choice to make a new.
In few words: publishCreate() does not subscribe sockets watching one collection to the new instance created. But it fail only when we are under multiple apps. (I use 'socket.io-redis' see previous issue for details)
This is the reference of previous issue with test case and details: #2947
The text was updated successfully, but these errors were encountered: