Yuta HIGUCHI
Committed by Gerrit Code Review

Attempt to fix sporadic NettyMessagingManagerTest failure.

Change-Id: Iae570c329a3fe0e7e46f9caf13a5b283a2153ed4
......@@ -280,7 +280,7 @@ public class NettyMessagingManager implements MessagingService {
if (e != null) {
callbacks.invalidate(messageId);
}
}).thenCompose(v -> response);
}).thenComposeAsync(v -> response, executor);
}
@Override
......