dcrf-client
dcrf-client copied to clipboard
Javascript client for Django Channels REST Framework
Bumps [ws](https://github.com/websockets/ws) from 6.2.0 to 6.2.2. Release notes Sourced from ws's releases. 6.2.1 Bug fixes Fixed a bug that, under certain circumstances, prevented the close timer from being set (aa1dcd5)....
A merged `djangochannelsrestframework` pull request, hishnash/djangochannelsrestframework#71, adds pagination support. It would be nice if `dcrf-client` got updated to provide handling of this. (Also, see hishnash/djangochannelsrestframework#76) With a `StreamedPaginatedListMixin` based `Consumer`,...