diff --git a/ngx_rtmp_relay_module.c b/ngx_rtmp_relay_module.c index 4713f18..b0f5fec 100644 --- a/ngx_rtmp_relay_module.c +++ b/ngx_rtmp_relay_module.c @@ -1335,7 +1335,6 @@ ngx_rtmp_relay_close(ngx_rtmp_session_t *s) if (s->static_relay) { ngx_add_timer(ctx->static_evt, racf->pull_reconnect); - return; } if (ctx->publish == NULL) {