-
Notifications
You must be signed in to change notification settings - Fork 536
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
Packets are not broadcasted after some time. #49
Comments
Hmm, weird indeed. Does EtherCalc 0.20130727.0 and Node.js 0.10.15 help? |
I faced the same problem though I've updated both ethercalc and nodejs. |
Nodejs: 0.10.15 |
I don't know if it's a solution or rather workaround, but disabling 5 min timeout for idle clients in redis fixed the problem. |
It's the same for me, it's impossible to use Ethercalc in production, see #63, with |
@etam Thanks for the report! This is the first time I've heard of timeout in Redis — is the stock Clearly we need better Redis timeout handling, hopefully in |
Ubuntu package in 12.04 http://packages.ubuntu.com/source/precise/redis has default timeout 300. All later versions have 0. |
With "timeout 0" in /etc/redis/redis.conf Ethercalc works very well for me. Thank you very much |
Host system: Ubuntu 12.04
Nodejs: latest (0.10.13) from https://launchpad.net/~richarvey/+archive/nodejs
Ethercalc: latest (0.20130724.1) from npm
On my system Ethercalc at start runs fine, but after about 5 minutes (not exact measure) weird things start to happen:
Reproducible: always
The text was updated successfully, but these errors were encountered: