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 need to send values of a counter on server side which gets changed evey 80 miliseconds to all clients. The reason for this is to move an object on a canvas for all clients base on this counter. I used MongoDb and Publish /Subscribe first . But I am not getting some of the updates to the server side counter in clients . So I need another solution and I ran into Your stream package. Before implementing it, wanted to see if this is the right solution or you know of any better supported mechanism .
Thanks for your suggestions.
The text was updated successfully, but these errors were encountered:
HI Arunoda :
I need to send values of a counter on server side which gets changed evey 80 miliseconds to all clients. The reason for this is to move an object on a canvas for all clients base on this counter. I used MongoDb and Publish /Subscribe first . But I am not getting some of the updates to the server side counter in clients . So I need another solution and I ran into Your stream package. Before implementing it, wanted to see if this is the right solution or you know of any better supported mechanism .
Thanks for your suggestions.
The text was updated successfully, but these errors were encountered: