https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/python/market_price.py
We are currently making a real-time data request based on the sample example above.
I want to make sure that I can request data again during the disconnected time when I reconnected in case socket communication is lost, and I wonder if this is possible.
If possible, I would like to know which part of Websocket API_ProtocolSpecification.pdf should I modify the parameters, etc.