Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 2124c0b

Browse files
committed
typo
1 parent 97b2d6b commit 2124c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Nats/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ public function connect($timeout = null)
388388

389389
$msg = 'CONNECT '.$this->options;
390390
$this->send($msg);
391-
$infoResponse = $this->receive();
391+
//$infoResponse = $this->receive();
392392
$connectResponse = $this->receive();
393393

394394
if ($this->isErrorResponse($connectResponse) === true) {

0 commit comments

Comments
 (0)