-
Notifications
You must be signed in to change notification settings - Fork 196
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
multi process with websocket have more 8,000 time wait #223
Comments
I fix issue with unix socket |
Can you explain a little more? Thanks. |
I use python3.6+django2.1+channel_redsi to make a chat project, channe_redis's configration are default. anything else should i tell? |
But when I change configuration |
@xingdongzhe Very interesting thanks. |
Possibly relevant to #83. |
I managed to find out what was the root cause here. (Not sure how to fix though). dango-channels ( Many callers of Although that seems to work. (functionally that works...) it breaks the connection pooling implemented in
This leaves you with one closed Redis socket, lingering in This workaround worked for me:
Instead of
Versions
|
aioredis #803
and today I use Redis monitor command, found that so much to execute
ZREMRANGEBYSCORE
andZRANGE
The text was updated successfully, but these errors were encountered: