Skip to content

Make quota_exceed reset isFragmentProcessingInProgress

Vinay Rosenberg requested to merge github/fork/bbc/fixQuotaExceeded into development

Created by: robertbryer

When QUOTA_EXCEED is thrown when appending to the source buffer, the isFragmentProcessingInProgress flag isn't cleared, so no more scheduling occurs after this happens.

Merge request reports