fanout / django-eventstream

Server-Sent Events for Django
MIT License
638 stars 84 forks source link

Support current version of Django and Django Channels #116

Open brot opened 1 year ago

brot commented 1 year ago

Django Channels only supports Django up to 4.0. For newer Django versions there is Django Channels 4.x which supports already Django 4.1 and 4.2, but it's a major version change which a lot of deprecations and removals, so django-eventstream does not work with a current version of Django and Django Channels

jkarneges commented 1 year ago

Indeed. There is some discussion about this in #100.