I am working on a bot where we used python socket IO, am working on python automation testing where my script send messages to bot to verify bot responses are fine or not after tuning my bot always, After some time am getting following error.
WARNING:engineio.client:WebSocket connection was closed, aborting
For automation testing of my bot, i am keep sending messages to bot to verify responses using Excel sheet(which I prepared). I want this bot connection to be alive to complete all my Excel rows.