evseevnn-zz / php-cassandra-binary

PHP library for Cassandra database via a binary protocol.
http://evseevnn.github.io/php-cassandra-binary/
MIT License
69 stars 33 forks source link

Reading while at end of stream by reading #51

Closed pascaln closed 9 years ago

pascaln commented 9 years ago

Wenn I try to read a field of type Map<text,text> I get the error Reading while at end of stream by reading. This happens at line 65 in class Protocol/Response/Rows.php because something with the length is wrong.

May you can help me with it.

Thx Pascal