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 2e08cc7 commit e938902Copy full SHA for e938902
src/Bolt/BoltConnectionPool.php
@@ -64,6 +64,8 @@ public function acquire(
64
if (!$connection->isOpen()) {
65
$connection->open();
66
67
+ $authenticate->authenticateBolt($connection->getImplementation(), $connectingTo, $userAgent);
68
+
69
return $connection;
70
}
71
0 commit comments