Hello, when trying to send a large string like so: `$client->call("stream", [str_repeat("A", 60000)]);` the message will not arrive to the DDP Server. Is there a fix or workaround for this behavior?
Hello,
when trying to send a large string like so:
$client->call("stream", [str_repeat("A", 60000)]);the message will not arrive to the DDP Server.
Is there a fix or workaround for this behavior?