This commit is contained in:
@@ -102,6 +102,7 @@ public class HttpMessageProcessor implements MessageProcessor {
|
|||||||
this.cdl.await(30, TimeUnit.SECONDS);
|
this.cdl.await(30, TimeUnit.SECONDS);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
}
|
}
|
||||||
|
this.cdl = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ public class SncpMessageProcessor implements MessageProcessor {
|
|||||||
this.cdl.await(30, TimeUnit.SECONDS);
|
this.cdl.await(30, TimeUnit.SECONDS);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
}
|
}
|
||||||
|
this.cdl = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user