django / daphne

Django Channels HTTP/WebSocket server
BSD 3-Clause "New" or "Revised" License
2.32k stars 256 forks source link

Root path for websockets #453

Closed asedeno closed 5 months ago

asedeno commented 1 year ago

As discussed in https://github.com/django/daphne/issues/125, this adds root_path handing to Daphne's websocket protocol, similar to how it's handled in http.

carltongibson commented 5 months ago

Thanks @asedeno! 🎁

Just to let you know, I'll continue working on Daphne to get a release out, and then cut back to Channels for the matching PR there.