1
votes

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?

1

1 Answers

2
votes

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