@@ -17,7 +17,7 @@ |
||
17 | 17 | try { |
18 | 18 | $this->logger->info('Attempting to push message', ['data' => $data, 'topic' => $topic]); |
19 | 19 | |
20 | - $webSocketClient = new Client('localhost', '8080'); |
|
20 | + $webSocketClient = new Client('localhost', '8080'); |
|
21 | 21 | $webSocketClient->connect(); |
22 | 22 | $webSocketClient->publish($topic, json_encode($data)); |
23 | 23 | $webSocketClient->disconnect(); |