I have to send data to the server after each minute. While I send the data from the Socket client it gets disconnected with a transport error.
I have increased the limit of maxHttpBufferSize to 1e8, but still, I am facing the same issue. Tried locally, and sent data over size 8 MB it worked and the socket didn't get disconnected. But in production, it is not working.