dnsbty / level10

Phoenix LiveView multiplayer card game
https://level10.games
MIT License
70 stars 2 forks source link

Properly handle join codes that don't exist #56

Open dnsbty opened 4 years ago

dnsbty commented 4 years ago

Whenever a player attempts to join a game that doesn't exist, the live view process appears to be crashing. We should handle that crash and display an error message.

I believe that we did this previously, but perhaps Horde's registry handles missing names differently or something like that.