codeigniter4-websocket icon indicating copy to clipboard operation
codeigniter4-websocket copied to clipboard

How do I connect to websocket on another controller and send the message to the client?

Open hiagodeoliveiratv opened this issue 2 years ago • 1 comments

Can you show what it would be like to send a message to the client directly from another controller? Something like that `<?php

namespace App\Controllers; use WebSocket\Client;

class Dashboard extends BaseController { protected function sendNotification($id_user, $message){

   }

} `

hiagodeoliveiratv avatar Nov 20 '23 15:11 hiagodeoliveiratv

@hiagodeoliveiratv Could you please check the example project?

takielias avatar Nov 21 '23 01:11 takielias