-
Notifications
You must be signed in to change notification settings - Fork 735
how use on('event',arguments...) in cpp? #26
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
Comments
|
I try to use
|
you need to use |
thanks , is work. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, this is my problem
my client cpp code like this :
my server js code like this :
so , how can I receive this argument in cpp code ?
or I just change my server code like this :
socket.emit('test event',['1','2','3']);
and the client make sure data is
flag_array
??thanks !
The text was updated successfully, but these errors were encountered: