Skip to content
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

Enable to send streams as members of Object and Array #26

Closed
nkzawa opened this issue Apr 14, 2014 · 1 comment
Closed

Enable to send streams as members of Object and Array #26

nkzawa opened this issue Apr 14, 2014 · 1 comment

Comments

@nkzawa
Copy link
Owner

nkzawa commented Apr 14, 2014

In the same manner as sending binary data on socket.io v1.0 like the following:

ss(socket).emit('myevent', [stream1, stream2]);
ss(socket).emit('myevent', {data: stream});
@nkzawa
Copy link
Owner Author

nkzawa commented Apr 28, 2015

Supported on 0.7.

@nkzawa nkzawa closed this as completed Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant