I have built an app on the Channel API, using the channel presence urls to keep track of connected clients.

I receive a ping at /_ah/channel/disconnected/ when clients go away. Will I receive a ping if the token expires while the front-end client is connected?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Yes, you will. And your front-end client will get an onerror and onclose callback.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.