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

Merged PR 1712 introduces a new issue #1761

Open
japostoles opened this issue Feb 26, 2024 · 1 comment
Open

Merged PR 1712 introduces a new issue #1761

japostoles opened this issue Feb 26, 2024 · 1 comment
Labels
waiting for report Wait for the author to respond to the conversation

Comments

@japostoles
Copy link

Please see my comment here: #1712 (comment)

If the audioplayer is stopped and seek is called, the process will hang for 30 seconds (defined here:

onSeekComplete.first.timeout(const Duration(seconds: 30));
) and raise a TimeoutException when the future fails to complete.

Prior to this PR, the hang would not occur.

Note: I wasn't exactly sure where to file this since it involves an unreleased version of AudioPlayers, with a PR that was approved and merged. If there's a better way to log this issue, let me know, thanks!

@Gustl22
Copy link
Collaborator

Gustl22 commented Mar 15, 2024

@japostoles can you fill the complete issue template, plz? This gives us more detailed information about what might cause the issue (e.g. what OS and Flutter version you're using). Thank you :) It's probably Linux related only, right(?)

@Gustl22 Gustl22 added the waiting for report Wait for the author to respond to the conversation label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for report Wait for the author to respond to the conversation
Projects
None yet
Development

No branches or pull requests

2 participants