nwtgck / piping-server

Infinitely transfer between every device over pure HTTP with pipes or browsers
MIT License
3k stars 155 forks source link

[ERROR] The number of receivers has reached limits #830

Closed m2acgi closed 1 year ago

m2acgi commented 1 year ago

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 1 year ago

Sorry, the problem has been resolved, thanks.