Laurin

Results 5 comments of Laurin

I can confirm this bug. In my case, it is thrown during initial connection (i assume ?), after i execute `connect(...)` on a new Client(). I'm unable to catch the...

Nevermind I'm able to catch the error. I was listening on `client.exec().on('error', ..)` not on the client directly with client.on('error', ...). Maybe this solves the problem for OP.

Just adding my 2 cents - we could add the method name or provide specific error types like OnJoinException which just wraps the parent message ES2022 added the cause attribute...

@hunkydoryrepair, it appears there's a misunderstanding. This PR's intention isn't to modify Colyseus's approach to handling exceptions, but rather to enhance exception management in the user space. We've encountered numerous...

After having a quick chat with @greenpau i settled on not adding any dependencies and stick with the stdlib. However, due to an impending release deadline which has demanded my...