Ricky Su
Ricky Su
Using single loop is not a good idea.So I create a multiloop branch to handle different loop instance. master branch is deprecated ;)
Currently it only supports ipv4. I wiil add unix sockets and ipv6 support in TODO lists.
Do install the pecl event extension? 2014-10-24 17:09 GMT+08:00 Denis Bešić [email protected]: > When I use composer to get references I am getting following error: > Fatal error: Class 'EventBase'...
There's no php socketio client side implements. But you can send a event over websocket or simple HTTP POST. Here is the socketio protocol spec. https://github.com/socketio/socket.io-protocol
Because I'm busy now. But I will implementation support for 1.0 API protocol A.S.A.P. ;)
just using parse_str($request->getInputBuffer()->read($maxBytestoRead), $POSTData);