Skip to content
Snippets Groups Projects
Commit 22d5417d authored by Sébastien Blin's avatar Sébastien Blin
Browse files

connectionmanager: do not cancel all waiting channel if first is declined

For a declined channel, onReady wasn't called. Only onShutdown()
causing all waiting callbacks to be declined if the connecting
channel was declined.
Now onReady is always called if channel is declined or accepted,
so we call all callbacks correctly. This fix sporadic failures
in testMultipleChannelsOneDeclined where the git channel was
declined as the connecting channel.

Change-Id: I0ff7550c2f35cbcf20aaf796d56badfb18bec515
parent 90ee6bf8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment