-
Notifications
You must be signed in to change notification settings - Fork 40
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
Goroutine listening on channel "stop" never exits #17
Open
goopsie opened this issue
Jun 20, 2019
· 1 comment
· Fixed by omatztw/dgvoice#1 or dayvillefire/dgvoice#1 · May be fixed by #23
Open
Goroutine listening on channel "stop" never exits #17
goopsie opened this issue
Jun 20, 2019
· 1 comment
· Fixed by omatztw/dgvoice#1 or dayvillefire/dgvoice#1 · May be fixed by #23
Comments
I notice that too. And it cause problem because if you start another playback, you won't be able to stop the playback since it sending signal to another instance which already dead. I end up set up another channel to notify that goroutine to exit after function return |
omatztw
added a commit
to omatztw/dgvoice
that referenced
this issue
Feb 23, 2022
…ever Stop goroutine when audio is done playing.
jbuchbinder
added a commit
to dayvillefire/dgvoice
that referenced
this issue
Mar 20, 2025
…ever Stop goroutine when audio is done playing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After the audio is done playing, Nothing happens to the goroutine that's listening on the "stop" channel
The text was updated successfully, but these errors were encountered: