I have a standing/open connection to a Streaming endpoint. Will this connection break down when i do requests on the REST API , for example get the list memberships of some users?
Thanks!
Generally unless we detect an exceptionally abusive amount of traffic from a single source, you can use Streaming API and a handful of concurrent requests on the REST API at the same time.
thanks a lot for your quick response! Retrieving user list memberships (15 requests per 15min time window) isn’t an ‘exceptionally abusive amount of traffic’, right?