SELECT customer_client.client_customer, customer_client.level, customer_client.manager, customer_client.descriptive_name, customer_client.currency_code, customer_client.time_zone,
customer_client.id FROM customer_client WHERE customer_client.level <= 1
this query yields this error Unexpected stream close before receiving the closing byte
C:\www\social\back\vendor\google\gax\src\Transport\Rest\JsonStreamDecoder.php:242
looking into things $this->stream->eof() is true after first chunk, I don't understand why?