Closed andyhmltn closed 11 years ago
Did some CLI debugging and we can rule out Redis as the cause of the problem - Redis only stores one instance within the list. Applies to #9 as well. Closer to the source of the problem we are ;)
Turns out this was a relatively simple bug.
What was causing it?
I'm not exactly sure. Moving the current_users.push
into the part that cycles through and adds it to redis seemed to fix it.
Ah. I should've sent a pull request in sooner before you fixed this cause I changed a LOT.
Send one over and I'll try and add those fixes :p
Done
You're right, there was a quite a few changes! A tonne of rebasing later: Merged
For some reason, the most recent user appears twice in the 'Online Users' section of the application.