If I call subscribe on a non existing channel, the create_channel callback is never called.
Protocol.py call server.get_channel witch create the channel without any call back to the web application.
In fact, I don't know when this callback is used (except through the create channel rest api).
I think you're right. line 267 of server.py should probably have needs_auth=True by default. I need to look and see what else that would affect though.
If I call subscribe on a non existing channel, the create_channel callback is never called. Protocol.py call server.get_channel witch create the channel without any call back to the web application. In fact, I don't know when this callback is used (except through the create channel rest api).