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 has been archived by the owner on Aug 25, 2022. It is now read-only.
If elephant.io/src/Client.php of refacto-3.0 is used like next, i want to listen for your think.
// The Client class was used getVersion() into the Client::__construct.$client = newClient('http://localhost:9001');
$client->initialize();
$client->emit('broadcast', ['foo' => 'bar']);
$client->close();
The text was updated successfully, but these errors were encountered:
kbu1564
changed the title
We need to get version of socket.io from server of node.js?
We are need to get version of socket.io from server of node.js?
Aug 28, 2014
kbu1564
changed the title
We are need to get version of socket.io from server of node.js?
We are need to get version of socket.io from server of node.js about elephant.io of refacto-3.0?
Aug 28, 2014
I don't think it should be done in the Client, as it could be used for something else than Socket.io. But, as I already discussed it in #53 (comment), it should maybe be put into a factory of some sorts.
I'll try to add something later, so I'm keeping this ticket open to leave a reminder. :)
Taluu
changed the title
We are need to get version of socket.io from server of node.js about elephant.io of refacto-3.0?
Automatically determine which version of Socket.io is used
Aug 28, 2014
The Version 0.X and 1.X of Socket.io is get the version of /socket.io/socket.io.js like next.
If elephant.io/src/Client.php of refacto-3.0 is used like next, i want to listen for your think.
The text was updated successfully, but these errors were encountered: