daphne/channels
2015-11-06 13:39:46 +01:00
..
backends Shuffle fetch order for channels to prevent starvation 2015-11-06 13:39:46 +01:00
interfaces Make sure content on a send/close is sent before close 2015-11-06 13:39:44 +01:00
management Add cast to int when reading port argument 2015-09-17 11:32:49 +02:00
tests Fix tests. 2015-09-09 22:07:22 -05:00
__init__.py 0.8 2015-09-10 16:01:18 -05:00
adapters.py Change to consumers taking a single "message" argument 2015-09-08 01:04:36 -05:00
apps.py Make the location of channels in INSTALLED_APPS not matter 2015-07-13 15:51:10 -05:00
auth.py Fixed #6: Linearise decorator and better user session stuff 2015-09-10 11:52:49 -05:00
channel.py Change to consumers taking a single "message" argument 2015-09-08 01:04:36 -05:00
consumer_registry.py Stop using @consumer, move to explicit routing 2015-09-03 00:07:30 -07:00
decorators.py updated example and made decorators py3-ready 2015-09-10 16:57:57 -06:00
hacks.py Make the location of channels in INSTALLED_APPS not matter 2015-07-13 15:51:10 -05:00
message.py Fixed #6: Linearise decorator and better user session stuff 2015-09-10 11:52:49 -05:00
request.py keeping the parent class signature 2015-10-14 08:20:23 -06:00
response.py Rename channels and change message format docs 2015-09-09 21:21:43 -05:00
utils.py Remove auto-importing of modules 2015-09-09 20:58:32 -05:00
worker.py updated print statements 2015-09-10 12:26:08 -06:00