Can Google App Engine Channels be reused?
Asked Answered
D

1

4

If a client disconnects from a Google App Engine channel, then can the service that created the channel reuse the corresponding token for another client?

I realize that there have been previous questions on the best way of "pooling channels" implicit in which is the idea that this is possible. However, I have also seen opinions that suggest that this is not possible. I would appreciate it if someone could clarify this point.

Dubuffet answered 26/6, 2013 at 1:43 Comment(0)
D
5

After about a week of debugging channel reuse, I upgraded myself to a premium App Engine account and asked the support team about whether this is possible. The answer was an unambiguous "no." You cannot reuse a token after having disconnected from it.

Dubuffet answered 5/7, 2013 at 19:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.