django / asgi_ipc

IPC-based ASGI channel layer
BSD 3-Clause "New" or "Revised" License
37 stars 13 forks source link

Outdate asgiref #36

Closed BryanHurst closed 6 years ago

BryanHurst commented 6 years ago

It looks like this package is currently incompatible with the latest Django Channels as Channels requires asgiref 2.3.x and asgi_ipc requires asgiref 1.1.x.

Is there a real incompatibility here, or is it safe to bump the required asgiref version for this package?

andrewgodwin commented 6 years ago

There is real incompatibility. This package is for Channels 1 only, and does not work on Channels 2.