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 Nov 28, 2023. It is now read-only.
A trivial implementation of this method never produces any output, whereas StreamSubscription.onMessage is regularly invoked. This method is important to my project for confirmation of stream subscriptions.
The text was updated successfully, but these errors were encountered:
A breakpoint (with a condition that msg.data() does not contain string “interaction”) on line 205 of DataSiftConnection never gets hit. I couldn't determine from the documentation one way or another, but does the service issue status messages at all for multi-streams?
@zcourts, one feature our users need is a strong indication that a stream to DataSift is open and healthy—even if their query produces no results. It's also useful to engineers for debugging. With subscribing to a single stream over a single direct WebSocket connection, it was easy to accomplish this using the ping frames (per the Websockets streaming documentation). Just to confirm what you've explained: there is nothing analogous for multi-stream connections?
@michaelahlers we don't have any available features like the one you've described at present, however it does sound incredibly useful. I'll raise it with our product team as a feature request; we'll have to implement API support for it before we can support it in our client libraries
A trivial implementation of this method never produces any output, whereas
StreamSubscription.onMessage
is regularly invoked. This method is important to my project for confirmation of stream subscriptions.The text was updated successfully, but these errors were encountered: