psonic
psonic copied to clipboard
Server response is not complete
When I set a big query limitation,I found the result of the response is not complete. I check the code:
./Client.php:
56: $message = stream_get_line($this->resource, 2048, "\r\n");
Yes, I believe we need to read until there is empty read is occurred. But mostly 2mb worth of suggestions will help you reach a long way. But could you try to send a PR patching this issue? I can review it and merge quickly? Currently I am super packed with work.
Okay, I will try. Thanks for your reply.
#23