While it is good to be able to subscribe and unsubscribe from topics during the connections life cycle I think it is better to encourage setting the topics in the connection specification (using subscriptions: […]), or updating subscriptions in the user specified handler function.
If the defdelegate is removed the subscribe and unsubscribe functions will be a bit hidden, but still accessible.
While it is good to be able to subscribe and unsubscribe from topics during the connections life cycle I think it is better to encourage setting the topics in the connection specification (using
subscriptions: […]
), or updating subscriptions in the user specified handler function.If the
defdelegate
is removed the subscribe and unsubscribe functions will be a bit hidden, but still accessible.When applied this will fix #64