- fix executing Subscription methods in Subscribed state - see #9
Change Subscription API a bit – users should first create new Subscription then manage it's lifecycle (subscribe, unsubscribe) until done with it. When done it's possible to remove subscription using Client.removeSubscription
method.
Initial release.