socket.io-client-java
socket.io-client-java copied to clipboard
how can I send audio file from android client to node.js server when stream is not supported?
I am trying to send audio files but I was encountering that stream is not supported in socket.io java client. Stream is so convenient... is there a workaround?
is there a way to implement this yet?