Chromium Code Reviews
DescriptionHandle IQ responses asynchronously.
Previously IqRequest was calling response callback synchronously. The callback
is allowed to delete SignalStrategy object, but it may be unsafe to delete
XmppSignalStrategy when handling an incoming message. Fixed IqRequest to
invoke response callback asynchronously, so that the callback is called with
a clean stack.
BUG=124430
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133302
Patch Set 1 #Patch Set 2 : fix unittests #Patch Set 3 : #
Messages
Total messages: 5 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||