Cleanup & More migration To TTP
This commit is contained in:
parent
41d4014ca5
commit
cce13a2b5a
8 changed files with 253 additions and 2226 deletions
|
|
@ -53,7 +53,7 @@ impl GeneralConnection {
|
|||
impl GeneralConnection {
|
||||
pub async fn handle(self: Arc<Self>) {
|
||||
loop {
|
||||
/*let cv = match self.receiver.receive().await {
|
||||
let cv = match self.receiver.receive().await {
|
||||
Ok(v) => v,
|
||||
Err(_) => break,
|
||||
};
|
||||
|
|
@ -70,7 +70,7 @@ impl GeneralConnection {
|
|||
|
||||
if self.migrate().await {
|
||||
break;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
async fn handle_identification(self: &Arc<Self>, cv: CommunicationValue) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue