google-app-enginechannel-api

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


I am creating a channel using channel api on app server using

channelId = channel.create_channel('mychannel')

now I want to destroy this channel. How can I do this ?


Solution

  • Channel Token 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() method