3.0.2 Release Notes¶
Channels 3.0.2 fixes a bug in Channels 3.0.1
Bugfixes¶
Fixes a bug in Channels 3.0 where StaticFilesWrapper was not updated to the ASGI 3 single-callable interface.
Users of the
runworker
command should ensure to updateasgiref
to version 3.3.1 or later, where an issue inasgiref.server.StatelessServer
was addressed.