Replies: 2 comments
-
When I do this with bare |
Beta Was this translation helpful? Give feedback.
-
Due to how the observer works with django signals there is no easy way to suppress this, I suppose it might be possible to set a UUID with the db action thread then read this within the signal when the value is encoded before being sent over the channel layer thus letting you include the consumer id in the message. So you can filter it in the consumer when the message arrives. |
Beta Was this translation helpful? Give feedback.
-
Hi
first thank you for this module.
I use
@model_observer
to notify clients about model changesthe message is sent to all clients,
is there some way to avoid sending the message to the client which made that change?
because that client has already received same data in the CRUD response
thanks for any hint
Beta Was this translation helpful? Give feedback.
All reactions