Skip to content

Frequent calls to the isRecording() method of AudioRecorder will result in continuous blocking and will not return any content #527

@SJLBenjamin

Description

@SJLBenjamin

Package version
6.0.0

Environment

  • OS: [Android]

Describe the bug

final AudioRecorder _audioRecorder = AudioRecorder();
if (await _audioRecorder.isRecording()){

}

To Reproduce

Frequent calls to the isRecording() method of AudioRecorder will result in continuous blocking and will not return any content

Expected behavior

Return to normal status every time

Additional context
no

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions