#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();
Thanks
#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:
Thanks