Closed mauricioabreu closed 4 years ago
I solved it.
When the upstream API (using the on_update
callback) is called and a timeout happens, the relay is destroyed. Even set the strict mode to off.
I handled it by forking NGINX-RTMP, forcing the handler threat errors like timeout a HTTP 200. Timeouts can happen.
I noticed one of my relays got killed after the log message below:
Tha
notify: update
is probably related to theon_update
callback.Reading the docs, I noticed it should not happen. From the docs:
I don't set a value, so it is using the default
off
.Did any of you already have a similar problem?