socket.io-php-emitter
socket.io-php-emitter copied to clipboard
Make binary work
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.