socket.IO-objc icon indicating copy to clipboard operation
socket.IO-objc copied to clipboard

allow multiple parameters

Open hden opened this issue 10 years ago • 1 comments

Since JS client allows multiple parameters, perhaps we should allow the same behavior in obj-c?


socket.emit('eventName', 'foo', 'bar', {baz: 'nyan'});

hden avatar Apr 18 '14 05:04 hden