rvanderheyde / Oband

Online Rockband like game. Final Project for OLIN.js
0 stars 0 forks source link

Joining Probz #17

Closed rdedhia closed 9 years ago

rdedhia commented 9 years ago

If you try to join a room for a song and no rooms currently exist, shit breaks. Should probably add a fix for that, or only able that button if a room already exists

rdedhia commented 9 years ago

Also if you join a room before it's ready, the game starts early for you

rdedhia commented 9 years ago

Also you're still able to join a room if the host disconnected, because the music info has been posted to the server. Also, the roomCount doesn't update to deal with a disconnected host

rdedhia commented 9 years ago

Now you are unable to join rooms that don't exist, and the game doesn't appear to start early if you join a room that isn't ready.

Still need to deal with the disconnect issue