Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusion regarding IOS implementation #1

Closed
definelabs opened this issue Mar 15, 2013 · 2 comments
Closed

Confusion regarding IOS implementation #1

definelabs opened this issue Mar 15, 2013 · 2 comments

Comments

@definelabs
Copy link

Hi,
In IOS 3.4 SDK, if I use

  • (void)subscribeOnChannels:(NSArray *)channels;

and subscribe to multiple channels, will this connect to each channel indvidually or through multiplexing ???

More importantly , will this count as single connection to my count in the Pricing Package or will this count as multiple connections

@parfeon
Copy link
Contributor

parfeon commented Mar 15, 2013

It will use multiplexing.
As for pricing I think Geremy will help you with that.

@traderd65
Copy link

A multiplexed connection is counted as a single connection. Please email help@pubnub.com and describe your use case as there are other considerations involved in subscribing to multiple channels at once (e.g. ensuring the queue size is appropriate for the expected flow of messages from all grouped channels collectively).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants