nwtgck/piping-server

[ERROR] The number of receivers has reached limits

m2acgi opened this issue · 2 comments

m2acgi commented

An error occurred in my long-running script, what could be the cause?

Script look like this:

# ...

while true; do
    # ...
    curl --silent --max-time 3600 "${piping_server}/${piping_path}"
    # ...
    sleep 1
    # ...
done

# ...
m2acgi commented

Sorry, the problem has been resolved, thanks.

@m2acgi
How could I solve this issue? I'm encountering the same issue.

(Edited) Please disregard this message. I found the issue.