pub_sub event not being broadcasted
I have this action in my resource:
And here is my pub_sub section:
I would expect that if I call
If I add this
Before I was using the default
And here is my pub_sub section:
I would expect that if I call
MyResource.update_images it would broadcast the event, but this doesn't seem to be the case.If I add this
MarketplaceWeb.Endpoint.subscribe("property:#{property_id}") to a process I will not receive the "property_updated" event.Before I was using the default
update action and was receiving the event normally.