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 3f39f80 commit 72028d8Copy full SHA for 72028d8
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