SocketCluster / socketcluster-client

JavaScript client for SocketCluster
MIT License
292 stars 91 forks source link

Make autoProcessSubscriptions behaviour work when new subscriptions are made #23

Closed hedgepigdaniel closed 8 years ago

hedgepigdaniel commented 8 years ago

This makes new subscriptions become pending instead of being attempted immediately if autoProcessSubscriptions is false and the user has not yet called the processSubscriptions task following the socket becoming open.