Skip to content

Socket client emits messages, but doesn't receive anything from the server. #1893

Answered by miguelgrinberg
gkaradzhov asked this question in Q&A
Discussion options

You must be logged in to vote

Not sure if this contributes to the problem or not, but your gunicorn command should also have -w 1 to limit to a single worker. Multiple workers are not supported when gunicorn does the load balancing between them.

Are your clients reconnecting? Any signs in the log of issues?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gkaradzhov
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants