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

test: cleanup transmuxers in tests #1163

Merged
merged 2 commits into from Jul 12, 2021
Merged

Conversation

brandonocasey
Copy link
Contributor

Description

Currently leaking some web workers between tests that we need to cleanup.

if (this.transmuxer) {
this.transmuxer.terminate();
}
this.transmuxers.forEach(function(transmuxer) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seemed safer to keep track of every transmuxer we create and clean them all up.

@codecov
Copy link

codecov bot commented Jul 12, 2021

Codecov Report

Merging #1163 (dff586b) into main (1e2f7a4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1163   +/-   ##
=======================================
  Coverage   86.44%   86.44%           
=======================================
  Files          39       39           
  Lines        9551     9551           
  Branches     2200     2200           
=======================================
  Hits         8256     8256           
  Misses       1295     1295           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e2f7a4...dff586b. Read the comment docs.

@brandonocasey brandonocasey merged commit df07176 into main Jul 12, 2021
@brandonocasey brandonocasey deleted the test/cleanup-transmuxers branch July 12, 2021 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants