You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed socket.io but when I go to the debug console and use socket.emit('command', 'list'); I get an error saying that it could not understand the command. I am on macOS Sierra and I installed socket.io using npm install socket.io
The text was updated successfully, but these errors were encountered:
Hi @jmbaron ,
that command is intended to be used in a new project based on socket.io.
If you only need to debug your code, simply type list .
If you see no output, enable verbose logging with log on and then reissue a list
I installed socket.io but when I go to the debug console and use
socket.emit('command', 'list');
I get an error saying that it could not understand the command. I am on macOS Sierra and I installed socket.io usingnpm install socket.io
The text was updated successfully, but these errors were encountered: