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.
2 parents e53bc98 + 72028d8 commit db9dca5Copy full SHA for db9dca5
ConnectionManager.php
@@ -39,7 +39,7 @@ public function getConnectionForAddress($address, $port)
39
40
if (!$socket) {
41
return new RejectedPromise(new \RuntimeException(
42
- sprintf("connection to %s:%d failed: %s", $addresss, $port, $errstr),
+ sprintf("connection to %s:%d failed: %s", $address, $port, $errstr),
43
$errno
44
));
45
}
0 commit comments