jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Make it possible to use channels 3 and beyond #75

Closed kaozdl closed 3 years ago

kaozdl commented 3 years ago

FIX

Description

Add extra http param to make the asgi application compliant with what channels 3.0 expects. I'm not sure how to test this but I'm happy to discuss it

Fixes # (issue) Closes #36

Checklist

jonathan-s commented 3 years ago

@kaozdl Hey there, thanks for the nudge on this. I wanted to get this in the the release 0.5.0 release so I took it on for myself in the end. You starting on this made me think of an approach to make it possible.