Russell Shomberg
Russell Shomberg
Hi, I'm very interested in your project as I'm trying to create something similar. I know it's been a couple years, but maybe you can give me some insight. I'm...
The script as it is now does not fully close. A thread named `WebSocketManager` is still running. I found that adding the command `websocket_server.server_close()` before `websocket_server.shutdown()` solves this issue.
Due to an update in express, the login and signup won't parse properly. You have to use req.body.username instead of req.username. This also requires body-parser from npm. Check out: http://expressjs.com/en/4x/api.html#req.body