485486487488489490491492493494495
channel.close(); } finally { try { channel.await(); } catch (CancellationException err) { composite.cancel(); } catch (ExecutionException err) { composite.setError(err); } catch (InterruptedException err) { // Reset the thread ... Thread.interrupted();