Bowarc / chess_game

A multiplayer chess game made with ggez
1 stars 1 forks source link

State machine stop crash #22

Closed Bowarc closed 11 months ago

Bowarc commented 11 months ago

When state is connecting, every couple of seconds try to create the client and do not panic on err, just retry later

It should cause problem as the stream is the first thing being created in client new, which means that no thread are gonna be left hanging, no triple buffers will be created etc..

It should be good