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
It never deletes user's of the list. We should make use of some sort of polling to make sure user is actually still playing the list or logged in, otherwise remove the user.
Just log a time stamp . No polling
On Jun 29, 2014 5:13 PM, "Pepijn" [email protected] wrote:
It never deletes user's of the list. We should make use of some sort of
polling to make sure user is actually still playing the list or logged in,
otherwise remove the user.
Sorry, I didn't mean polling; the "howmanypeoplearelooking" solution is about monitoring the "socket close" event from somewhere deep inside the core of Meteor and then mapping it to one of the userIds.
I think that's pretty clever, when you're disconnected obviously you can't be playing any songs.
It never deletes user's of the list. We should make use of some sort of polling to make sure user is actually still playing the list or logged in, otherwise remove the user.
Something like
https://github.com/murilopolese/howmanypeoplearelooking
could be a good starting point
The text was updated successfully, but these errors were encountered: