Possible issue with large packets
I'm trying to send a pretty large packet (343000+ bytes) and it sends fine, but the client appears to receive all the packets but doesn't loop them into the frameBuffer correctly so they are not decoded.
I know this works for large packets from the browser, so this might be with how we are sending/splitting frames sent from the server using Hazaar\Warlock\Process
.
Testing is needed first.