Closed cogmeta closed 7 years ago
Using base64 encoding to send as string for now. Don't see any noticeable performance issue due to decoding and encoding...closing it for now. Will release it back if we end up implementing.
@cogmeta see my fork with binary Socketcluster codecs support: https://github.com/XDex/socketcluster-client-java
Is send (or equivalent method) available in android client for sending raw binary data? The web client has socket.send method to send binary data which is available in raw event on server. If not, what is the best way to send raw binary data using android client?