希望Moishe看到这一点:在开发模式中,通道api客户端(javascript)采用轮询。。。并且使用非常快的轮询速率。四处打听后,我发现如果我
goog.appengine.Socket.POLLING_TIMEOUT_MS = interval;
我可以控制投票率。我想知道的是:
- How do I know if/when the client is going to go into "poll mode" in production?
- Is it possible to force the client into "poll mode"?
- What happens if I reach the channel quota for my app? will the /_ah/channel/ endpoint just stop working altogether? or will it resort to polling?
-谢谢