cgsdev0 / rollycubes

online multiplayer dice game
https://rollycubes.com/
MIT License
19 stars 10 forks source link

add retry logic to jwt initialization in GameServer #62

Closed cgsdev0 closed 1 year ago

cgsdev0 commented 1 year ago

currently we just crash out if auth server isn't available - this makes starting the services order-dependent, which is annoying

cgsdev0 commented 1 year ago

dun