You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.
I am trying to implement sending images from my gridfs in my node.js server to a java android client that uses gottox socket.io client implementation.
I succeeded sending images using the regular java.net.Socket by using
socket.getInputStream() and reading a stream sent from the socket.io in node.js.
the problem is that the socket-io-client doesnt have getInputStream.
I want to know if anyone has any solutions for this by any chance.
thank you...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to implement sending images from my gridfs in my node.js server to a java android client that uses gottox socket.io client implementation.
I succeeded sending images using the regular java.net.Socket by using
socket.getInputStream() and reading a stream sent from the socket.io in node.js.
the problem is that the socket-io-client doesnt have getInputStream.
I want to know if anyone has any solutions for this by any chance.
thank you...
The text was updated successfully, but these errors were encountered: