powelli13 / dara-dots

Using Phaser 3 to implement a game idea I have.
MIT License
5 stars 2 forks source link

Cannot run multiple lobbies at once #9

Closed powelli13 closed 3 years ago

powelli13 commented 3 years ago

I received errors from the cowboy handler when I try to create another lobby while one is running. I think the registry setup for the lobby handlers may have something wrong. I can recreate this locally. The errors are like: ... cowboy_clear:start_link/4 at #PID<0.913.0> exit with reason: {:function_clause ...

powelli13 commented 3 years ago

Resolved this by updating the GameServer.LipSyncQueue.start_link function to no longer pass the module as the name.