Wilson Nguyen

Results 5 comments of Wilson Nguyen

Generally, the detach server is supposed to run in order to keep sessions alive (making sure that background tasks don't end when you detach) after you detach from them.

That sounds like a good idea, though we could try changing the uuid generation first by shrinking it (using `[a-zA-Z0-9\-_]` ("base64") instead of `[a-f\-0-9]` ("base17") - I believe case-sensitivity is...

Errors also seem to affect node v14 as well