From 4cb0027ed3d2f5d1a8c2d7ba31bc020d74c6e3b5 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 20 Nov 2020 22:59:20 -0800 Subject: [PATCH] Fix blocking YP --- core/streamState.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/streamState.go b/core/streamState.go index b23aa25f5..2a8dde2f1 100644 --- a/core/streamState.go +++ b/core/streamState.go @@ -33,7 +33,7 @@ func setStreamAsConnected() { startOnlineCleanupTimer() if _yp != nil { - _yp.Start() + go _yp.Start() } segmentPath := config.PublicHLSStoragePath