Is your feature request related to a problem? Please describe.
Obviously socket.io takes some time to connect to the server and since member data of the BlobObj instance ownBlob isn't set, it prints "undefined" as player name.
Describe the solution you'd like
Instead it should display a loading screen and show the canvas when it's connected.
Is your feature request related to a problem? Please describe. Obviously socket.io takes some time to connect to the server and since member data of the BlobObj instance
ownBlob
isn't set, it prints "undefined" as player name.Describe the solution you'd like Instead it should display a loading screen and show the canvas when it's connected.