-
Notifications
You must be signed in to change notification settings - Fork 54
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
[BUG] _OnAnswer handler not being cleaned up in _cleanupEventListeners #87
Comments
Same, glad to see I wasn't the only one with this issue. |
Does anyone have any updates on this? |
Waiting eagerly for a fix on this! |
I have also experienced this bug, is there any update on this issue? |
Hi all, thanks for bringing this one to the team's attention. We have filed an internal ticket to track this. |
Hi @mhuynh5757 the fix should be very straightforward here by just turning the |
Hi @kamalbennani, thanks for the solution, but unfortunately that might not work due to the possibility of multiple |
I misread the situation then 🤔 |
@bradleyy1012 's suggestion is correct. We will include the fix for this as part of #145 |
Great to hear, thank you! Credit goes to @amrictor. |
Should be fixed in 2.4.0 |
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
_OnAnswer
handler not being cleaned up in_cleanupEventListeners
Noticed in my logs
I think this PR here: #42 introduced the regression where your rebinding
_onAnswer
on everyaccept
call but thethis._pstream.removeListener('answer', this._onAnswer)
call is now unsuccessful.The text was updated successfully, but these errors were encountered: