Skip to content

Commit e938902

Browse files
committed
fixed authentication bug when working with cached connections
1 parent 2e08cc7 commit e938902

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Bolt/BoltConnectionPool.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public function acquire(
6464
if (!$connection->isOpen()) {
6565
$connection->open();
6666

67+
$authenticate->authenticateBolt($connection->getImplementation(), $connectingTo, $userAgent);
68+
6769
return $connection;
6870
}
6971
}

0 commit comments

Comments
 (0)