joryacooper

Results 1 issues of joryacooper

When emitting a map of data that uses non-sequential numerical indexes, e.g.: ``` $data = [ "3" => "foo", "7" => "bar" ]; $emitter = new SocketIO\Emitter(); $emitter->emit('event', $data); ```...