Hi Upstox team,
I am using websocket to write quotes of 15 instruments to database using python on Amazon Linux 2 AMI EC2 instance.
On last Wednesday & Thursday and even today websocket code fails in afternoon
Can you please check why did i have started getting an exception from websocket.recv()
# Continuously receive and decode data from WebSocket
while True:
message = await websocket.recv()
Exception
no close frame received or sent