-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Users often disconnected #1622
Comments
please share the json response of you |
Sorry, but how to do that ? The GET info call return HTML (Firebug console) containing this (excerpt) :
Is it what you need ? |
This must be a very old version :) |
Should be something like: https://demo.rocket.chat/api/info {
"version": "0.8.0",
"compile": {
"date": "2015-12-10T13:56:44.030Z",
"nodeVersion": "v0.10.40",
"arch": "x64",
"platform": "linux",
"osRelease": "3.13.0-52-generic",
"totalMemmory": 8373084160,
"freeMemmory": 241123328,
"cpus": 4
},
"commit": {
"hash": "c3cfb051e8e8fabe4449ed4505dfc8f169813159",
"date": "Thu Dec 10 11:42:51 2015 -0200",
"author": "Marcelo Schmidt",
"subject": "Fixes issue #1619 persistent custom oauth."
},
"tag": "v0.8.0",
"branch": "develop"
} |
Argh I will try to update my installation. |
Update done (develop version), here is the json :
Apparently, I still have disconnection (3 since the update) |
same here. version is the same |
Is your instance running as a Replica Set? Does anything show up on developer console when users are disconnected? Is your server on a public accessible URL we could join to test also? Thanks. |
No it isn't possible our Rocket chat instance is connected on our company LDAP... Only thing I often have the Rocket "gif" over the channel, what does it mean ? |
One more thing, it seems disconnection occurs always just after file upload. |
Thanks for the info @VoidAndAny , this helps. |
Is this case related with this one ? #1491 |
I dont think so @tpetrosy I seems to be a "flood" of requests to the DB and its OpLog after upload... the first thing to test this hypothesis would be to move the file storage to the filesystem or S3. We will do that soon. |
This depends on #369 |
Fixed by 1e83b4d |
I installed Rocket.chat in our LAN on a Ubuntu 14.04 LXC container, Rocket Chat is available from WAN through a NGINX reverse proxy which handle SSL.
We use Rocket.chat from website and Mac OS app depending of users.
We are 16 users max and we are often disconnected from rocket.chat
When Rocket chat is accessed through web UI we can see 502 errors.
The server which host LXC container is not specially busy (0,5 / 1 of load average, 4GB of free RAM)
Can we check something ?
Can Rocket Chat installation be optimized ? (hidden parameter somewhere, network configuration, I don't know)
Thanks a lot.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: