Skip to content

Commit 7a35372

Browse files
committed
enabled static relay cleanup to fix static_relay+auto_push combination
1 parent 5fb4c99 commit 7a35372

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ngx_rtmp_relay_module.c

-1
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,6 @@ ngx_rtmp_relay_close(ngx_rtmp_session_t *s)
13351335

13361336
if (s->static_relay) {
13371337
ngx_add_timer(ctx->static_evt, racf->pull_reconnect);
1338-
return;
13391338
}
13401339

13411340
if (ctx->publish == NULL) {

0 commit comments

Comments
 (0)