-
- Downloads
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
Showing
- src/connectivity/connectionmanager.cpp 6 additions, 5 deletionssrc/connectivity/connectionmanager.cpp
- src/connectivity/multiplexed_socket.cpp 5 additions, 4 deletionssrc/connectivity/multiplexed_socket.cpp
- src/connectivity/multiplexed_socket.h 2 additions, 2 deletionssrc/connectivity/multiplexed_socket.h
Loading
Please register or sign in to comment