mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #68] When using as library, the dealer logs an error every 30 seconds about not having received a pong #54
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @silenium-dev on GitHub (Aug 18, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/68
I'm using go-librespot as a library in my own application.
I don't use the dealer, but it logs
did not receive last pong from dealerevery 30s.It seems that the necessary receive loop is only started after requesting something from the dealer, but the send loop is always active.
I'll make a PR to fix this