flashflashrevolution / rCubed

Official Flash Flash Revolution game engine.
https://www.flashflashrevolution.com
GNU Affero General Public License v3.0
31 stars 17 forks source link

Fix Race condition for SQL Connection #202

Closed Psycast closed 4 years ago

Psycast commented 4 years ago

Song Options context menu doesn't always show up when first coming from the login/game loading screen because it's connection is async. But after a song result, the it's already connected so it appears normally. Fix is just adding a event listener to the connection and toggling the visibility of the menu item instead of add/removing it.