I am working on the websocket python example:
https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/EDP/python
I am running the websocket app. I am able to successfully get the response back and close the socket.
I need to collect all the responses while the socket is running and pass the data to another application after the socket is closed.
what would be a good way to do that?