Skip to content
Snippets Groups Projects
Commit 96b79bb1 authored by lucasca's avatar lucasca
Browse files

BUG: too many file opens (no more connections accepted)

This happens when there is no data to be transmitted in one or multiple
channels. seedlink raw client time out, close its side of the connection
and reconnect. Unfortunately the raw_server doesn't notice the closed
connection and keep the socket open on its side. Eventually the system
limit of max files open is reached.
parent 3b54f313
Branches master
Tags v7.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment