Calling close
on an incoming UNANSWERED call does not fire the outgoing call's close
event
#1312
Open
1 task done
Labels
Please, check for existing issues to avoid duplicates.
What happened?
(Note, issues #636, #734, #752, #780, #832, #1032, #1084, #1089 and undoubtably more are similar to this, however they are all about calling
close
on an answered call, so the fix for this (commit e3b67a6) doesn't fix this issue.)If Alice calls Bob and Bob 'declines' the call by calling
close
on it without answering it, Alice's call doesn't fire theclose
event.I have found that you can work around this by having Bob answer the call without passing a stream and then call
close
on the call after a small amount of time. However, this seems like a hack. It shouldn't have to work this way.How can we reproduce the issue?
close
on the call without answeringclose
event handler that Alice has set doesn't executeWhat do you expected to happen?
The
close
event handler that Alice has set DOES executeEnvironment setup
Is this a regression?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: