asgi_ipc icon indicating copy to clipboard operation
asgi_ipc copied to clipboard

IPC-based ASGI channel layer

Results 4 asgi_ipc issues
Sort by recently updated
recently updated
newest added

Using **Alpine Linux 3.6**, semaphores don't seem to be getting created in `/dev/shm`: ``` # ls -l /dev/shm total 8 -rw------- 1 root root 20971520 Oct 18 15:34 asgi-groups -rw-------...

bug
exp/intermediate

Looks like Daphne will choke on large POST requests (in my case while uploading a large file). ``` out 16 16:48:12 icr daphne[29020]: 2017-10-16 16:48:12,424 ERROR Traceback (most recent call...

I have an issue and I am not sure if that is by design. When my program restarts it does not receive any more messages on a channel. I prepared...

bug
exp/intermediate

Yes, I should have read the documentation more carefully, especially the part where it says > `receive(channels, block=False)`, a callable that takes __a list__ of channel names as unicode strings...