QWebSocket stalling when sending oversized packets to Node.js + ws server
-
I have a Qt client communicating with a Node.js+ws server. I am able to send oversized packets to the server while on my local subnet, but if I connect to the server remotely, only the first frame of an oversized packet goes through and then the socket times out and is destroyed. Any ideas how to debug this? I really can't seem to figure out whether the problem is with the client or the server. Thanks!