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

Binary Data Transmission #16

Closed
vote539 opened this issue Jul 27, 2014 · 3 comments
Closed

Binary Data Transmission #16

vote539 opened this issue Jul 27, 2014 · 3 comments

Comments

@vote539
Copy link
Collaborator

vote539 commented Jul 27, 2014

Socket.IO 1.0 now supports binary data transmission through the WebSocket. The next release of Socket.IO File Upload will support transmitting files through this new architecture.

You can enable file transfer with buffers by setting instance.useBuffer = true on the client side.

As you use this new feature, leave feedback here. In a future release of Socket.IO File Upload, this option may default to "true" rather than to "false".

vote539 pushed a commit that referenced this issue Jul 27, 2014
@vote539
Copy link
Collaborator Author

vote539 commented Dec 18, 2014

This is embarrassingly overdue but I've pushed all the latest changes to npm under version 0.3.1.

I've also pushed version 0.3.2, which is the same as 0.3.1 except that it enables binary data transmission by default.

@ArtskydJ
Copy link
Contributor

ArtskydJ commented Sep 2, 2015

Since binary data transmission is enabled by default, can this issue be closed?

@vote539
Copy link
Collaborator Author

vote539 commented Sep 2, 2015

It's been 9 months since this has been on by default, and no one has reported any problems, so it seems like a good time to close the issue.

@vote539 vote539 closed this as completed Sep 2, 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

2 participants