Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharthesavior committed Jan 22, 2024
1 parent bd07008 commit 201d226
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Services/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function handleWsMessage(MessageReceivedEvent $event): void
Storage::put($this->executionHolder, $event->server->getWorkerId());
}

$this->logger->info($this->logPrefix . ' Message received from ' . $parsedData->fd);
$this->logger->info($this->logPrefix . ' Message received from ' . $parsedData?->fd);
}

public function sslRedirectRequest(Request $request, Response $response): void
Expand Down

0 comments on commit 201d226

Please sign in to comment.