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
Problem
When receiving the streamed messages, client needs also to get some sort of metadata attached to given subscription (which will work as a context data for subscription).
Solution
For each of subscribe_ functions of StreamingSocket, add one more parameter as map.
During registration of that subscription, store that metadata along with subscription.
The text was updated successfully, but these errors were encountered:
Problem
When receiving the streamed messages, client needs also to get some sort of metadata attached to given subscription (which will work as a context data for subscription).
Solution
For each of
subscribe_
functions ofStreamingSocket
, add one more parameter as map.During registration of that subscription, store that metadata along with subscription.
The text was updated successfully, but these errors were encountered: