Hi, I configued websocket
'websocket' => [
'server-port' => 6001,
'js-client-port' => 443,
'php-client-host' => '127.0.0.1',
'php-client-port' => 6001,
'php-client-secure' => false,
]
php flarum queue:work
Output:
[2023-03-03 11:13:07][UrPMn047nbRnAX5MUkfcwtjkhQJ5raiK] Processing: Blomstra\Realtime\Push\Jobs\SendTriggerJob
[2023-03-03 11:13:07][UrPMn047nbRnAX5MUkfcwtjkhQJ5raiK] Processed: Blomstra\Realtime\Push\Jobs\SendTriggerJob
But, the new discussions / replies wonโt push to discussion list. I still have to refresh page to see new discussions..
May I ask how to fix it?
thanks