You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2022. It is now read-only.
#message: "The server returned an unexpected value. Expected "HTTP/1.1 101", had "HTTP/1.1 400""
#file: "..project_dir/vendor/wisembly/elephant.io/src/Engine/SocketIO/Version1X.php"
#line: 266
My Code:
$io_client = new Client(new Version2X(config('app.socket_url')));
$io_client->initialize();
$io_client->emit('clientMessage', $data);
$io_client->close();