h5p-audio-recorder icon indicating copy to clipboard operation
h5p-audio-recorder copied to clipboard

Fix closing of AudioContext that is already closed

Open otacke opened this issue 4 years ago • 0 comments

When you were retrying after being done, the 'retry' handler was trying to close the AudioContext that had already been closed by the 'done' handler thus throwing an exception. Fixed by checking the AudioContext's state for being closed already before trying to close it.

otacke avatar Sep 24 '20 10:09 otacke