admin管理员组

文章数量:1384555

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?

本文标签: djangoSignals with Channels updating one value at the timeStack Overflow