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

Commit 08035dd

Browse files
committed
wip
1 parent b1f3b46 commit 08035dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"php": "^7.1",
2626
"ext-json": "*",
2727
"cboden/ratchet": "^0.4.1",
28+
"clue/buzz-react": "^2.5",
2829
"illuminate/broadcasting": "5.7.*",
2930
"illuminate/console": "5.7.*",
3031
"illuminate/http": "5.7.*",
3132
"illuminate/routing": "5.7.*",
3233
"illuminate/support": "5.7.*",
3334
"pusher/pusher-php-server": "~3.0",
3435
"symfony/http-kernel": "~4.0",
35-
"symfony/psr-http-message-bridge": "^1.1",
36-
"wyrihaximus/react-guzzle-psr7": "^2.1"
36+
"symfony/psr-http-message-bridge": "^1.1"
3737
},
3838
"require-dev": {
3939
"mockery/mockery": "^1.2",

src/Console/StartWebSocketServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function configureStatisticsLogger()
6161

6262
$this->loop->addPeriodicTimer(5, function() {
6363
echo 'saving stats...';
64-
StatisticsLogger::save($this->loop);
64+
StatisticsLogger::save();
6565
});
6666

6767
return $this;

0 commit comments

Comments
 (0)