From c721e108d464120d1de94bdc29baf9d506141406 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 22 Dec 2014 19:31:20 +0100 Subject: Fixed ICE-6211 - background test hang on Android --- cpp/src/Ice/OutgoingAsync.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpp/src/Ice/OutgoingAsync.cpp') diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp index 518867e06f2..62c0943fb09 100644 --- a/cpp/src/Ice/OutgoingAsync.cpp +++ b/cpp/src/Ice/OutgoingAsync.cpp @@ -123,6 +123,12 @@ ProxyOutgoingAsyncBase::retryException(const Exception& ex) { try { + // + // It's important to let the retry queue do the retry. This is + // called from the connect request handler and the retry might + // require could end up waiting for the flush of the + // connection to be done. + // handleRetryException(ex); _instance->retryQueue()->add(this, 0); } -- cgit v1.2.3