elephant.io icon indicating copy to clipboard operation
elephant.io copied to clipboard

Ça trompe énormément

Results 44 elephant.io issues
Sort by recently updated
recently updated
newest added

#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(); ```...

Is this compatible with socket.io 3? It seems to connect but my socket server doesn't detect the connection.

improvement
socket.io
help wanted

I'm not able to establish a connection to the server using this php client. With the javascript client I usually get it. ```An error occurred while trying to establish a...

bug
support

Hello all, As we are not using Elephant.io anymore (or almost...) at Wisembly, we are not developping it anymore except on our free time when we have any, which has...

Hi, I'm trying to emit an event from a php controller with elephant io by using version2X but I get a version1x error. Here is what my code looks like...

When I try to node server, I get the error below: ``` Fatal error: Uncaught ElephantIO\Exception\ServerConnectionFailureException: An error occurred while trying to establish a connection to the server in /var/www/html/shared/socket-io/vendor/wisembly/elephant.io/src/Engine/SocketIO/Version1X.php:187...

support

Hello sorry i know this will be a basic answer but i've been digging around online for hours and can't find anything to solve it. I'm getting the follow error:...

Hello, I tried no error but i no received message ```php class Version4X extends \ElephantIO\Engine\SocketIO\Version1X { /** {@inheritDoc} */ public function getName() { return 'SocketIO Version 4.X'; } /** {@inheritDoc}...

hi all, i use elephant to emit to events messages to a AWS EC2 server, everything was working fine until now, suddenly this stopped working properly. for some reason that...

Hello Good Day! I have a problem establishing a connection server with my ssl certificate. "An error occurred while trying to establish a connection to the server" I have this...

support
socket.io