Replies: 1 comment 13 replies
-
Use |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote a socket.io template,client connect and join room, then start a background task to get data from redis channel and emit data to room. When the client is connected, the memory slowly grows and there is no sign of stopping, but after a period of disconnection, the memory does not decrease. I did not find where the memory is consumed. Here is my code: https://github.com/ytxfate/socketio_template.git.
The Python version is 3.9.7 and The Python env is as follows:
The redis hash:
thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions