App Engine Python Modules and channel service
问题 I am using App Engine Modules in my python project. (https://developers.google.com/appengine/docs/python/modules/#Python_Background_threads) I am also using channels in m project: https://developers.google.com/appengine/docs/python/channel/ I want to direct the connected/disconnected post messages ('/_ah/channel/connected/', '/_ah/channel/disconnected/') to my api module. Right now I can't get them to show up in any module (default or api) app.yaml api_version: 1 application: integrate