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

VIH-0000 Changed the reconnectWowzaAgent function to an arrow function #2349

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

will-craig
Copy link
Contributor

Change description

Changed the reconnectWowzaAgent function to an arrow function, as it loses 'this' context, and is treating audioRecordingService as undefined when being called as a callback from the toaster. Should now inherit 'this' from its lexical scope meaning it wont jump over these functions.

…loses 'this' context, and is treating audioRecordingService as undefined when being called as a callback from the toaster. Should now inherit this from its lexical scope meaning it wont jump over these functions.
@will-craig will-craig requested review from a team as code owners January 13, 2025 16:56
@will-craig will-craig merged commit 11db8c7 into master Jan 14, 2025
10 of 11 checks passed
@shaed-parkar shaed-parkar deleted the VIH-0000--bind-scope branch January 30, 2025 14:54
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.

2 participants