-
Notifications
You must be signed in to change notification settings - Fork 33
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
Client brukva connection #20
Comments
what's your command in redis to monitor? I want to test it |
I am not using any special command just checking the redis server output and as I see there are increasing number of client connected in evert post |
@goldalworming did you find anything related to this problem ? |
how do you paste your code in this commented system? I couldn't paste it... |
just see my repo https://github.com/goldalworming/tornado-redis-chat I use 'monitor' in redis-cli and it works fine (only 2 subscribers) |
@goldalworming Yeah I do the same thing before but even its working it firing exception about "reading from non-existing connection" and try to listen channel its weird. And its probably related to this issue #10 |
When I long poll using above code and check redis activity seems like when ever client send or posts something it creates new connection, so total connected client increasing on top of each other like 2 client talking and send 10 messages total connected client show 15 or sth like that. Is this bug or should I use different approach while connecting ?
The text was updated successfully, but these errors were encountered: