paguan
paguan
This is a little example where this happens: ``` php $connection = new Database($nodes); $connection->connect(); $connection->setKeyspace('tests'); $queryString = 'INSERT INTO test_table (tid, some_content) VALUES (:tid, :some_content)'; $connection->beginBatch(); for ($cont =...
Yes, that fixed the issue. Thanks guys
Hey, I run a test to see if the plugin renews the tokens right after 24h and pidgin doesn't seem to be able to refresh the connection. After 24h I...
I run the test from the office which has a very stable connection. Its true though that we go out through a load balancer and it could very well be...