jeffersonheard / ga_bigboard

The Big Board - teleconferencing over maps
Other
7 stars 2 forks source link

heartbeat returns an error 500 #1

Closed jeffersonheard closed 12 years ago

jeffersonheard commented 12 years ago

Portability of error holds between Firefox and Chrome, at least. Test in both to determine if it's fixed. Recreate simply by logging into the room. Does not appear to affect functionality in any meaningful way, though it would be interesting to see if position updates from a mobile device with this bug.

jeffersonheard commented 12 years ago

Fixed this. The Participant object wasn't being deleted at the end of the previous session. This fix should delete all previous Participant objects and correct any future participants from being logged in twice at the same time.