This commit is contained in:
Redkale
2020-07-31 12:00:27 +08:00
parent f4a2f2af94
commit abb790da54
2 changed files with 3 additions and 1 deletions

View File

@@ -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;
} }
} }

View File

@@ -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;
} }
} }