martinroger / ipodesp32

MIT License
1 stars 0 forks source link

Track change using SetCurrentTrack need to be inhibited when there is a trackChangeAckPending #8

Closed APF-MRoger closed 15 hours ago

APF-MRoger commented 3 days ago

When trackChangeAckPending is live, it is possible to still react to another current track change request. It might be necessary to inhibit those commands if there is a trackChangeAckPending when the command is received.

Also the trackChangeAckPending timeout should be reduced

martinroger commented 3 days ago

trackChangeAckPending timeout shows that it should be doable in less than 600ms. However the 1100ms is still comfortable.

martinroger commented 15 hours ago

Issue seems irrelevant or a rare edge case. Closing for now.