private_pub
private_pub copied to clipboard
Support for client subscription callbacks
The Faye client has subscription-finished callbacks (http://faye.jcoglan.com/browser/subscribing.html), which allow the client to execute code once it is successfully connected to the Faye server. It would be useful for PrivatePub to expose those in some way. Maybe something similar to the way message callbacks are handled now?
I like this request, it will also be useful for debugging.