meteor-ddp-php icon indicating copy to clipboard operation
meteor-ddp-php copied to clipboard

Minimalist PHP library for client-side DDP communication

Results 1 meteor-ddp-php issues
Sort by recently updated
recently updated
newest added

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...