php-cassandra-binary icon indicating copy to clipboard operation
php-cassandra-binary copied to clipboard

API not work for me

Open thalissondev-xx opened this issue 9 years ago • 0 comments

API does not work for me, I try to make connection but is carrying up to timeout error, debugging api, I realized that the fetchData method of the Connection class, this code

while (strlen ($ data) <$ length) {
$ Data = socket_read ($ this-> connection, $ length).;
}

socket_read returns empty, then the infinite loop.

I'm trying to make the connection in ec2 my localhost;

thalissondev-xx avatar Jun 10 '16 13:06 thalissondev-xx