-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not using a heartbeat #10
Comments
I did consider using the socket connection but, to be honest, I can't really remember why I abandoned that method. Coming at it fresh, I would ask the following questions:
Let me know if you find out more -- definitely worth investigating again I think. |
Hey, I've just found this package: https://github.com/mizzao/meteor-user-status |
I believe it's worth a shot. |
Hey guys,
Just found this: http://stackoverflow.com/questions/13544333/how-to-track-the-number-of-anonymous-users-server-side-in-meteor
Since meteor uses sockets, in my opinion, it is much reliable and elegant to use a socket closing event to determine presences.
Did you already took a look at this? Do you think it's worth implementing?
The text was updated successfully, but these errors were encountered: