Closed dverbovyi closed 3 years ago
The binary
flag is specific to the Socket.IO server, as the socket.io-emitter
library directly encode the packet with msgpack. That's why it is not applicable here.
Note: this flag was removed in Socket.IO v3 (https://github.com/socketio/socket.io/commit/669592d120409a5cf00f128070dee6d22259ba4f)
Hello I would like to use this binary flag https://socket.io/docs/server-api/#Flag-%E2%80%98binary%E2%80%99-1 but haven't found any example with io-emitter Applying it to socket.io-emitter throws
binary isn't a function
Thanks in advance