Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hiagodeoliveiratv opened this issue Nov 20, 2023 · 1 comment

Comments

@hiagodeoliveiratv
Copy link

hiagodeoliveiratv commented Nov 20, 2023

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){

   }

}
`

@takielias
Copy link
Owner

@hiagodeoliveiratv Could you please check the example project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants