Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stopping job #30

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Fix stopping job #30

merged 1 commit into from
Jul 26, 2024

Conversation

streamer45
Copy link
Contributor

Summary

The only reason this was working was that we'd still be sending the fake "call ended" event which I wanted to deprecate since we added the explicit "stop job" a long time ago. Unfortunately, doing that revealed this bug. We must close the client otherwise we'd have our live track processing goroutines indefinitely stuck waiting for more audio packets.

@streamer45 streamer45 added the 2: Dev Review Requires review by a core committer label Jul 26, 2024
@streamer45 streamer45 added this to the v0.4.0 milestone Jul 26, 2024
@streamer45 streamer45 requested a review from cpoile July 26, 2024 15:17
@streamer45 streamer45 self-assigned this Jul 26, 2024
@cpoile cpoile added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Jul 26, 2024
@streamer45 streamer45 merged commit a3b6d21 into master Jul 26, 2024
2 checks passed
@streamer45 streamer45 deleted the fix-job-stop branch July 26, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants