Author Message
Loyd_Vest
Joined: Oct 8, 2021
Messages: 1
Offline
I'm writing a client to the Avaya Analytics™ - Rest & WebSocket Open Interface API in .NET Core. I've gone over the reference Java Client that is provided, but it looks like that client can only subscribe to a single Producer (i.e. SourceID + ProducerID) at any given time.

I have the requirement to be able to subscribe to multiple ProducerIDs at the same time from my client service. The question I have is will I be opening multiple websocket connects, one for each Producer, or will I use the same WebSocket for all Producers, and will receive the stream of data for all Producers over that one WebSocket?

Thanks for your help.
noTon
Joined: Mar 9, 2021
Messages: 2
Offline
you can subscribe throuh same websocket connection. you will receive metrics over same socket connection.
Go to:   
Mobile view