Ai Subscription needs a client identifier
Right now, the resourceId
and the userId
is the identifier for the subscription. This works fine if we only have one AI feature on a page, or if the subscription is only subscribed for each mutation.
But if that's not the case, then we could run into issues where all subscribers get notified and the Frontend doesn't know which response belongs to which.
Edited by Nicolas Dular