pubnub / pubnub-angular

Official PubNub AngularJS SDK
Other
84 stars 43 forks source link

Connect, disconnect and Reconnect callbacks on ngSubscribe #10

Closed madhur closed 9 years ago

madhur commented 9 years ago

I am not able to find connection, disconnection and reconnect callbacks on ngSubscribe.

Connect and reconnect are especially important because we want to find out any previous missed messages through history by calling the History API in connect and reconnect callbacks.

madhur commented 9 years ago

I see these are present, just not documented.