Can Google App Engine Channels be reused?

六眼飞鱼酱① 提交于 2019-12-10 15:41:19

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/17310267/can-google-app-engine-channels-be-reused

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!