You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find a problem when the client opens a stream and the server doesn't push anything, it will cause connection to stuck and won't close, then too many open files error happened.
So I edit some code to send some dummy messages (like ping) to prevent that happen.
The text was updated successfully, but these errors were encountered:
sciuridae0603
changed the title
Too many open files due to generator not closing
Too many open files due to generator not closing connection.
Aug 18, 2021
I find a problem when the client opens a stream and the server doesn't push anything, it will cause connection to stuck and won't close, then too many open files error happened.
So I edit some code to send some dummy messages (like ping) to prevent that happen.
And here's my workaround :
The text was updated successfully, but these errors were encountered: