如何破坏 Channel API GAE (python) 中的连接?

How to destroy connection in Channel API GAE (python)?

我正在使用

在应用服务器上使用频道 api 创建频道
channelId = channel.create_channel('mychannel')

现在我想毁了这个频道。我该怎么做?

频道令牌expires in 2 hours by default. You don't explicitly get to delete a channel from server side, however, from the javascript side you can easily call a close()方法