We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In socket.io-client 0.9.1 client side hearbeat was implmeneted, see commit socketio/socket.io-client@0bcd25f
It took heartbeat invetrval and waiting for packet. If not heartbeat -- it triggers reconnect.
But i found, that tornadio2 doesn't start hearbeat process when use xhr-transport.
So we got regular reconnection process. It's not problem, i can use 0.9.0, but need to fix (may be in clientside library?)
The text was updated successfully, but these errors were encountered:
2002fe9
Added 0.9.2 support. Fixes mrjoes#36.
f5a8659
No branches or pull requests
In socket.io-client 0.9.1 client side hearbeat was implmeneted, see commit socketio/socket.io-client@0bcd25f
It took heartbeat invetrval and waiting for packet. If not heartbeat -- it triggers reconnect.
But i found, that tornadio2 doesn't start hearbeat process when use xhr-transport.
So we got regular reconnection process.
It's not problem, i can use 0.9.0, but need to fix (may be in clientside library?)
The text was updated successfully, but these errors were encountered: