Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

allow multiple parameters#168

Open
hden wants to merge 1 commit intopkyeck:masterfrom
hden:multi_parameters
Open

allow multiple parameters#168
hden wants to merge 1 commit intopkyeck:masterfrom
hden:multi_parameters

Conversation

@hden
Copy link

@hden hden commented Apr 18, 2014

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

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

@aldevet
Copy link

aldevet commented Apr 18, 2015

It actually allows it but it was sending all parameters as one object. Here there's a more elegant solution: #208

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants