Skip to content

Commit 9738c53

Browse files
authored
Merge branch 'develop' into hotfix/fix-set-stream-timeout
2 parents be0d38f + 389b161 commit 9738c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nats/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ private function getStream($address, $timeout = null)
197197
}
198198
$errno = null;
199199
$errstr = null;
200-
200+
201201
$fp = stream_socket_client($address, $errno, $errstr, $timeout, STREAM_CLIENT_CONNECT);
202202
$timeout = number_format($timeout, 3);
203203
$seconds = floor($timeout);

0 commit comments

Comments
 (0)