Does subscribing to multiple PubNub channels share an HTTP connection or create separate connections?
The reason for asking is that clients will receive notifications from a central hub.
- We can use channels for routing the notification types. (Like REST).
- We can have a single channel for events, with an
event_typefield. (Like SOAP).
The former is preferable in terms of implementation simplicity, so just checking if there are any drawbacks.