broadcast.go: context cancelled in service used by provide extStart func

Issue #161 resolved
Saxon Milton created an issue

When there’s an issue with the stream and a restart is attempted by the broadcast/youtube package stream monitor routine, we’re getting context cancelled errors. This is because the service is out of date that’s provided in setupBroadcast, we need to create this service with a new context inside extStart and extEnd.

Comments (1)

  1. Log in to comment