Closed CapsE closed 8 years ago
Nice job!
But too many files changed in this PR and they are useless. The only valuable change is in sockets.js
. Maybe you need to clean up before merge.
Yeah sorry about that. I think my changes might have been wrong in the first place.
I integrated the server into my existing express app and had to revert the changes I made to the code to get it to work again. I guess I just fixed some symptoms and not the problem with my fix.
Maybe you need to update the version of socket.io-client
too. I did similar changes as yours and it works now. See custom signal master server and source.
that should be fixed with #65 now
Fixed an error where the server would crash after a second user joined a room.