We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There has been some problem when i add socket.io to basic_example.
events.js:72 throw er; // Unhandled 'error' event ^ TypeError: Cannot read property 'key' of null
And i add these code:
var socket = require("socket.io"); .................... io = socket.listen(server); io.sockets.on('connection', function(client) { console.log('Client connected...'); })
The text was updated successfully, but these errors were encountered:
I can't figure out where exactly the problem is on your app since it's not directly related to Licode. Maybe the version of socket.io?
Sorry, something went wrong.
Is that possible that: since erizocontroller already have a socket.io, so I can not call another socket.io again in basicserver.js?
No branches or pull requests
There has been some problem when i add socket.io to basic_example.
And i add these code:
The text was updated successfully, but these errors were encountered: