broadcast/youtube.go: goLive svc eventually has context cancelled and becomes useless

Issue #152 resolved
Saxon Milton created an issue

On creation of a broadcast a youtube service is created and passed to the goLive routine when called, however, the context created for this service eventually gets cancelled. It’s therefore necessary for each call requiring a youtube service in the goLIve routine to use/create a new service using a fresh context.

Comments (1)

  1. Log in to comment