Andrew Godwin

Results 206 comments of Andrew Godwin

This appears to be a problem in `channels_redis`, not in Daphne, so I am going to move it over there. Additionally, unless we get some direct ways to reproduce this...

I would suggest: * Add a sync_iterable_to_async function that does as you suggest for any iterable (including generator) * Modify sync_to_async to detect the case you mentioned and then hand...

I imagine they would like it too, but you'll need to have the changes released here with a version number before you can depend on them downstream!

So, we started a list of ASGI things over at https://asgi.readthedocs.io/en/latest/implementations.html, in the vein of this, but I agree it could maybe be a bit more open/easy-to-edit. As for the...

I do agree it would be good to separate out the site/docs from the library itself. What would we call the new repo?

Looks like the "asgi" organisation name is already taken, unfortunately. We could also make an `asgi-spec` repo under the Django org, provided I run it past the team first.

Maybe - I'll have to come back to this in a few weeks as I'm travelling for work and then personal holiday, sorry!

Documentation of how to deploy could be an entire book, but I agree there should be a bit more, I'll put it on the backlog to write some time. Scaling...

@ipartola I really don't want to take on the maintenance and security overhead of child process management if I can avoid it - there's plenty of other software out there...

I'm not really open to solving this problem in the Channels project directly, as it only affects a specific hosting platform. It would be better to do something like this...