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 has been archived by the owner on Apr 6, 2021. It is now read-only.
DeepstreamClient.event.subscribe() takes eventName and listener to event but doesn't take subscription callback, i.e., I don't know if after calling this function I will receive events or not.
Or is it that this function will return only after subscription.
I can see the line "Subscribes to eventName and notifies the listener via EventListener whenever it occurs locally or remotely." on page but not sure how to use it to check subscription on client side.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
DeepstreamClient.event.subscribe() takes eventName and listener to event but doesn't take subscription callback, i.e., I don't know if after calling this function I will receive events or not.
Or is it that this function will return only after subscription.
I can see the line "Subscribes to eventName and notifies the listener via EventListener whenever it occurs locally or remotely." on page but not sure how to use it to check subscription on client side.
The text was updated successfully, but these errors were encountered: