Baptiste Clavié
Baptiste Clavié
Okay, added as a maintainer for now, until the repo / orga is made if you're up to do that. :)
AFAIC, I think it would be best to have a custom organization (such as the one you are proposing). But then, I guess it's up to @guillaumepotier, who is the...
It would have been better to wait for @guillaumepotier's input so he could move this repository (to keep issues and pr history), but this is also fine. I'll make an...
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 [https://github.com/Wisembly/elephant.io/pull/53#issuecomment-50449345](https://github.com/Wisembly/elephant.io/pull/53#issuecomment-50449345), it should...
It seems we are indeed not making the difference between 32bits and 64bits data when encoding them into the Encoder. As @kbu1564 mentionned it, only [php 5.6.3](http://nl1.php.net/ChangeLog-5.php#5.6.3) supports 64bits data...
Maybe there is a way to at least put the fwrite operation as silent (with a `@`), and then check the last error or the number of written bytes...
Hi, I'm sorry, but the `read` method is more a POC than a functionnal feature (as it was adapted from the old legacy code, without any tests as we don't...
Hi, first thing, sorry for the delay. The client->read() method is bugged right now (cf #74), as it stands more like a POC actually rather than a correct implementation. There...
With the 3.1, a `close` frame is sent before disconnecting the socket. Is it better now ?