|
|
|
@ -131,7 +131,10 @@ impl Listener { |
|
|
|
},
|
|
|
|
option = response_rx.recv() => match option {
|
|
|
|
Some(response) => {
|
|
|
|
debug!("Dropping control response in absence of connection: {:?}", response);
|
|
|
|
debug!(
|
|
|
|
"Dropping control response in absence of connection: {:?}",
|
|
|
|
response,
|
|
|
|
);
|
|
|
|
continue
|
|
|
|
},
|
|
|
|
None => {
|
|
|
|
|