-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IO improvements #634
IO improvements #634
Conversation
ramunasd
commented
Dec 16, 2018
•
edited
Loading
edited
- fix unhandled warning in SocketIO on failed connect
- add heartbeat support for socket connections
- move common methods and properties to abstract class
- fix docblocks
I will rebase everything after #642 |
953e8a8
to
d95645b
Compare
More duplicated code resolved.
It is possible to define hhvm version https://docs.travis-ci.com/user/languages/php/#hhvm-versions-are-available-on-trusty-only Are we gonna support old hhvm versions only? |
I don't think there's a problem with dropping |
c3bcf76
to
71d87e4
Compare
91c6e10
to
68b9898
Compare
537cfe7
to
9db64a0
Compare
…mon methods to abstract class, fix docblocks and connection inheritance
9db64a0
to
df4ba35
Compare
rebased on latest master |
Thank you! |
This lib is getting better and better. Thank You Luke Bakken for maintainership. |
IO improvements