Vladislav Kozlenko added the comment:
It will be not easy as I'll need to create some sandbox for you. The current
code version is not available for sharing.
But ok. For example here is a routing.py file:
from django.conf.urls import url
from channels.routing import ProtocolTypeR
New submission from Vladislav Kozlenko :
After upgrade to 3.7.11 from 3.7.10 WebSockets start failing.
Django==2.1.2
djangorestframework==3.8.2
daphne==2.3.0
channels==2.3.1
>From the 3.7.11 changelog:
Following the controlling specification for URLs defined by WHATWG
urllib.parse()