First of all say that my django based project using celery works wonderfully on openlitespeed.
However, I have a new requirement that requires me to use django channels to send asynchronous messaging. For this I must stop using WSGI that comes by default in the openlitespeed template and change...