Hello,
We are using WebSocketAPI for pricing streaming (Service: ELEKTRON_DD)
Implementation is done on JAVA.
Every RIC request(Item request) is using own webSocket connection. Up to 10 requests, everything is okay, but after I have an exception: Exceeded maximum number of mounts per user.
First question: is it correct to use one webSocket connection per 1 request? When I tried to use the same webSocket connection for two requests I had another exception: Request Rejected: Cannot request new item on open stream.
Second question, if it is correct to use one session per request, how can we increase number of mounts?
Thanks!