ash notifier pubsub question
I've got a scenario where pub sub from one resource works, and then another resource where it does not.
in the live view we're subscribed and handling:
this resource works:
this one does not:
I've gone a few rounds with the LLM and haven't been able to get this to work. The
in the live view we're subscribed and handling:
this resource works:
this one does not:
I've gone a few rounds with the LLM and haven't been able to get this to work. The
transform being the thing that's different between the two resources, so I suspect I'm doing something different.