Skip to content

Commit 95f6090

Browse files
committed
Merge branch 'main' into testkit
2 parents 55321f6 + 8f5944a commit 95f6090

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Bolt/BoltConnectionPool.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public function acquire(
107107
static function () use ($socket, $authenticate, $connectingTo, $userAgent, $originalBolt) {
108108
$bolt = $originalBolt->get();
109109
if ($bolt === null) {
110-
$socket->connect();
111110
$bolt = new Bolt($socket);
112111
$authenticate->authenticateBolt($bolt, $connectingTo, $userAgent);
113112
}

0 commit comments

Comments
 (0)