Hi,
I am using v2.1.1 of the lseg.data Python library to stream realtime data.
My setup is working most of the time, but once in a while (every few days, but no set pattern), the websocket disconnects for ~2 seconds, during which I lose data.
I have identified one such event and captured the logs surrounding the event, attached.
Can someone please help me diagnose what the issue is?
I only using the lseg.data library, so all the connection / reconnection logic is handled by this library. The only thing I'm doing is starting a stream and letting it run.