You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2025. It is now read-only.
When need send message, how to filter the target to get data?
I only find follow code
async filter(root, args, context) { return { error: false, } },for example, is there have like pubsub.asyncIterator(triggers).next()to find the target?
Then, When i get payload and variables data, i can compare if neet subscription message.