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
Handle changes state in a store, mutate the store when a change occur,
new socket connection must get store state, sub to store changes.
redux pattern is ideal for that.
Hello, im setting up a change feed that pushes to a socket io connection.
Im worried that setting up a new change feed for each io connection is gonna be a bit intensive.
Can rethink handle 100-1000 change feeds OK ?
Ill post my code below and any advice or feedback would be amazing, this is my first time using change feeds.
Also so i need to 'unsubscribe' from the change feed ?
Here is my current code :
Thanks
Luke
The text was updated successfully, but these errors were encountered: