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

refactor(video): guarantee connectStreams scope is valid #18536

Merged
merged 1 commit into from Aug 11, 2023

Commits on Aug 11, 2023

  1. refator(video): guarantee connectStreams scope is valid

    The original debounce implementation (lodash) preserved the
    caller's context - radash didn't, so it was failing and it wasn't noticed.
    
    The new debounce implementation with the native function seems to preserve caller's context, but as a safety measure this commit binds the method to its appropriate scope.
    prlanzarin committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f3bd84e View commit details
    Browse the repository at this point in the history