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
Streaming from the providing connector to the requesting connector should be implemented.
Option 1: client provisions data destination
Client creates the data destination, e.g. a web socket and sends the destination (credentials + address) back to the providing connector who will then start pumping data there.
Option 2: providing connector provisions data destination
The providing connector creates the data destination (e.g. a web socket) and sends its parameters (credentials + address) to the client, who can then "subscribe" (i.e. listen for messages).
The text was updated successfully, but these errors were encountered:
Streaming from the providing connector to the requesting connector should be implemented.
Option 1: client provisions data destination
Client creates the data destination, e.g. a web socket and sends the destination (credentials + address) back to the providing connector who will then start pumping data there.
Option 2: providing connector provisions data destination
The providing connector creates the data destination (e.g. a web socket) and sends its parameters (credentials + address) to the client, who can then "subscribe" (i.e. listen for messages).
The text was updated successfully, but these errors were encountered: