iotku / mumzic

Music bot for mumble servers, can play youtube/soundcloud or local files.
Mozilla Public License 2.0
5 stars 0 forks source link

Spamming playnow causes race condition where bot will play over itself #19

Closed iotku closed 1 year ago

iotku commented 2 years ago

Still valid issue for playnow in general, IsPlaying returns false yet audio data is still being sent and upcoming tracks play on top of it.

iotku commented 1 year ago

Repro Steps:

iotku commented 1 year ago

May have been solved with the refactor here, https://github.com/iotku/mumzic/commit/45f10a3fb6919a00221c748e7ec96e342595d24b as we now don't use player.skip() but instead the playlist directly

iotku commented 1 year ago

Although now skip is busted.

iotku commented 1 year ago

https://github.com/iotku/mumzic/commit/ed468a42c07e9c7d273eb92fd07fb94941249ada