-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
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
Getting Error .emit is undefined #11
Comments
@venkateswararao, did you manage to solve this? |
yes i have the same problem |
I tried it, but it was the same. |
any update?still not work |
+1 |
Hi, can you provide more details about how and where exactly are you getting that error, please? PC/Mac, browser, node version, etc. Please check my fork and share the results here, thank you: It should work using Chrome latest and Node v8.11.3 (node -v) |
I cloned the server code and hosted in node.js server when i try to join room getting error .emit is undefined in server side code
var to = io.sockets.connected[data.to];
to.emit('exchange', data);
The text was updated successfully, but these errors were encountered: