Matthaus Woolard

Results 39 comments of Matthaus Woolard

(sorry about the very slow response on this) the `disconnect` is waiting here for the `db` operation. the Demultiplexer will wait for `application_close_timeout` (default 5 seconds) for all upstream applications...

the issue with `ALL_COMPLETED` is if one of the upstream consumers raises an exception we will not get it untill all the other ones shut down. However I will take...

I can investigate `FIRST_EXCEPTION` this might solve this issue. I will take a look if this works. I will need to ensure I dont try to route a message to...

@0xTim I added the checks and package file for 5.2 i think the version checks i did are also in the correct places. (i did think that this might fail...

@0xTim cool are there any other changes i need to make.

I have tested debug and profile builds ( think profile build are almost identical to release right?) I will test again when I get back from the shops. Looking at...

@0xTim i can confirm this happens with release builds as well.

Key will be https://github.com/django/channels/issues/825 so that we have Multiplexing

@rajeshyogeshwar i created a major fork of ChannelsApi https://github.com/hishnash/djangochannelsrestframework and https://github.com/hishnash/channelsmultiplexer (sorry not docs on this one) feel free to open an issue on any of these. and a hypermedia...

Is there a chance of any progress on this PR (we are currently depending on this fork in our systems due to the improved error handling). If there is anything...