socket.io-php-emitter icon indicating copy to clipboard operation
socket.io-php-emitter copied to clipboard

Make binary work

Open rase- opened this issue 11 years ago • 0 comments

Msgpack-js has some extensions to it, which means that the PHP implementation of msgpack isn't totally compatible for emitting binary, since it's not decoded into buffers in the receiving end. Hack your way to using those extensions to make msgpack-js decode into buffers.

rase- avatar Mar 16 '14 15:03 rase-