-
Notifications
You must be signed in to change notification settings - Fork 366
socket.io 3 #207
Comments
Not sure, haven't had a look at socket.io in ages... As already said, this project is not really maintained anymore, even though PR are still looked at. |
this is really important, please, someone take a look at this, I don't have the knowledge to implement the new methods to this library, but, these links will be useful: |
Try create class: class Version3x extends Version2X {
/** {@inheritDoc} */
public function getName()
{
return 'SocketIO Version 3.X';
}
/** {@inheritDoc} */
protected function getDefaultOptions()
{
$defaults = parent::getDefaultOptions();
$defaults['version'] = 4;
return $defaults;
}
} then: |
Try my fork https://github.com/tohenk/elephant.io. |
@tohenk thank you for all this work! I just try for my personal use, and now Work on my V3.1.0 Socket.IO server!! Amazing. Thank you again |
OMG i love you guy, your fork really work perfectly with socket io 4 server ? |
Amazing work! It works perfectly! |
really great work!THX,BRO!!! |
Is this working? |
Is this compatible with socket.io 3? It seems to connect but my socket server doesn't detect the connection.
The text was updated successfully, but these errors were encountered: