Force Channel API to poll

坚强是说给别人听的谎言 提交于 2019-12-05 07:02:53

Answers:

  1. The client will never go into polling mode in production. The implementation is completely different in prod.

  2. See above

  3. The call to create_channel() will fail and you won't be able to get any more tokens. Existing tokens (and hence channels) will work until they time out.

Hope that helps!

-Moishe

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