Hello!
I am having big issues with my Colyseus server, when my server experiences an issue, it doesnt crash or keep going, it just freezes. If it crashed thats fine, i could use nodemon or pm2 to restart it and report the error, but it just hangs. Having 0 bugs is totally unrealistic. Only thing i can think of is wrap every piece of server code i write in a try {} catch (e) {} but that feels sketchy. Does anyone have a way to keep Colyseus running or have the process terminate on crash?
Thanks,
Mitch