Changes between Version 6 and Version 7 of ChannelsTasks
- Timestamp:
- Aug 12, 2016, 10:57:59 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChannelsTasks
v6 v7 10 10 11 11 * Full test suite for Daphne HTTP/WS encoding to ASGI 12 * Tests for runserver and runworker [claimed]13 12 14 13 Medium priority: 15 14 * Additional tutorials (written or video) 16 * Scheduled task/delay interface server (https://github.com/andrewgodwin/channels/issues/115) 17 * Automated load testing setup and runner based on AWS/Azure/etc (https://github.com/andrewgodwin/channels/issues/28) 15 * Scheduled task/delay interface server (https://github.com/andrewgodwin/channels/issues/115) (in progress) 16 * Automated load testing setup and runner based on AWS/Azure/etc (https://github.com/andrewgodwin/channels/issues/28) (in progress) 18 17 * In-page debugging help for websocket consumers (ideas and implementation needed) 19 18 * Native Twisted support on ASGI for better Daphne idling … … 56 55 * Generic WebSocket and base consumers 57 56 * Tests for file and streaming response handling inside Django 57 * Tests for runserver and runworker