hugosaintemarie / magic-maze

Online version of board game "Magic Maze"
https://magicmaze.herokuapp.com
MIT License
20 stars 11 forks source link

Web Socket Connections broken #28

Closed lars-sh closed 3 years ago

lars-sh commented 3 years ago

To me it seems, the web socket connection is broken since updating to socket.io ^2.4.0. No tiles appear, games do not appear to others, cannot be started and the browser's developer tools show a status code 400.

Though changing the socket.io version back down to ~2.2.0 or upgrading to ^2.4.1 fixes that problem.

rcjsuen commented 3 years ago

@lars-sh Thanks for figuring out the solution! I've opened #29 to address this.

hugosaintemarie commented 3 years ago

Thanks to both of you @lars-sh @rcjsuen! 🙏

rcjsuen commented 3 years ago

@ashugeo Thanks for the speedy deploy to Heroku. I did a quick simple test and I've confirmed that it works and that #26 is fixed! 👍

Have a great weekend everyone!

hugosaintemarie commented 3 years ago

Yeah I tested it after deployment and it does seem to work!

Thank you for your great help maintaining this 🙏