Signals with Channels updating one value at the time

I'm using a m2m signal that triggers django channels, to create a realtime update on a value. It works fine but if I go to the admin and update more than one at the same time (having multiple tabs opened) it only updates 1 tab in real time and the others I need to refresh that.

Does anyone know why it behaves like this?

Вернуться на верх