ratchetphp/Pawl Connection closed (1009 - ) FRAME::CLOSE_TOO_BIG = 1009
问题 I'm excited to be using Pawl, and I have it working for small files (such as 350 KB). However, when I send a larger file (say, 30 MB) via $fullFileName as shown below, I get this error: Connection closed (1009 - ) . \Ratchet\Client\connect($url)->then(function(\Ratchet\Client\WebSocket $conn) use($contentType, $fullFileName) { $conn->on('message', function($msg) use ($conn) { Log::debug("Received: {$msg}"); }); $conn->on('close', function($code = null, $reason = null) { Log::debug("Connection