Websocket throws error on below line on “send_continuous_feed_request” function.
feed_response = await websocket.recv()
Error :
Errors on recv websocket…: received 1000 (OK); then sent 1000 (OK)
This seems to be network error for me. Though not sure what we have to do when we face this error. Please help us to fix this issue.