Baptiste Clavié
Baptiste Clavié
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.
Any status update here ? I'm okay for allowing to "skip" the handshake if needed (didn't verify, I trust you guys :P).
Have you tried to call the `keepAlive` method (only on v1 or v2) periodically ? It's currently the only way, as PHP doesn't really have any way to make an...
Hum, actually it should support length greater than `65535`, but it won't support length greater than 4294967295 (32bits). The things you are proposing IIRC is that the payloadOffset is wrong,...
Do you have more information ? The exception should be more verbose now.
I'm suspecting you should use the `Version2X` instead of `Version1X` (as it is told in the tickets you linked). Anyway, more information should be available in the `getErrorMessage` method of...
Which version are you using ? Because the line 190 is not the one throwing the exception on latest tag and master... Otherwise, could you add a sort of dump...
Try to access `http://127.0.0.1:3000/socket.io/?use_b64=0&EIO=3&transport=polling` then `http://127.0.0.1:3000/socket.io/?use_b64=0&EIO=3&transport=polling` ? In your given uri (in the construct), what is the value of the given url ?
(I think it comes from elephant.io, I'll try to look up if when I'll be getting some time)
Np. But reopening as it brought an error to my attention. :)