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
Hi,
would affect performance or memory create a Follow.feed() instance with the proper filter on every request of the client or the feed instance should be a "singleton" in the server that get the change, and depending on it use the proper handler?
An example of what i'd like to do would be:
the client connect to a certain url
during connection, create a Follow.feed() that filter the documents change depending on, for example, the id of the user
notify the client when a change happen
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
would affect performance or memory create a Follow.feed() instance with the proper filter on every request of the client or the feed instance should be a "singleton" in the server that get the change, and depending on it use the proper handler?
An example of what i'd like to do would be:
Thanks in advance
The text was updated successfully, but these errors were encountered: