fix: drop pushing a shutdown event into queue, when node conn closes
modified src/bin/cib.rs
@@ -196,7 +196,6 @@ impl ProcessEventsCmd {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/queueadd.rs
@@ -15,7 +15,6 @@ use crate::{
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -24,7 +23,6 @@ impl QueueAdderBuilder {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -43,17 +41,11 @@ impl QueueAdderBuilder {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -88,12 +80,6 @@ impl QueueAdder {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|