Websocket - Exception - no close frame received or sent

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

During the specified period, we did not encounter any downtime. Could you please share your UCC and also upload your websocket code for us to debug the problem?