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

allow multiple parameters #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

allow multiple parameters #168

wants to merge 1 commit into from

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