django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.08k stars 800 forks source link

AsyncConsumer listening via group_send() never recieves, when two browser tabs are open #2046

Closed richardARPANET closed 1 year ago

richardARPANET commented 1 year ago

...

carltongibson commented 1 year ago

Hi. Can I ask you to reduce this to a minimal example please? There's way too much in the linked repo for me to be able to see what's going on.

Expected when two browser windows send messages to the back-end, both windows should receive replies from the server. Rather than just one.

This is the scenario from the tutorial chat application — which generally you'd test by having two tabs open — so maybe you could reproduce there?

Thanks.

carltongibson commented 1 year ago

I'm going to close as needsinfo for now. Please follow up if you can provide a minimal reproduce.