> Hi, > > It seems the python api exposed when running uwsgi does not include the > websockets_channel_join() method in version 1.9.10 > Am I doing something wrong? > > What would be a good alternative strategy to communicate between > websockets? > > Cheers, > > Alexandro > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
Channels are temporarily disabled, they will be back in the next few weeks as they are a core component of my europython talk, so i need to hurry up :) Currently redis is a good approach (be sure to use a gevent-friendly module for it if you use coroutines) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
