We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b289706 commit e95fabdCopy full SHA for e95fabd
support/ccm.php
@@ -76,6 +76,7 @@ public function start()
76
try {
77
$this->cluster = $builder->build();
78
$this->session = $this->cluster->connect();
79
+ break;
80
} catch (Cassandra\Exception\RuntimeException $e) {
81
$this->cluster = null;
82
$this->session = null;
0 commit comments