Merge pull request #193 from spacemeowx2/fix-warp

fix: warp subscription would deadloop when rx of websocket get an error.
This commit is contained in:
Sunli 2020-06-30 07:39:44 +08:00 committed by GitHub
commit 07f959cac7

View File

@ -202,6 +202,8 @@ where
return;
}
}
} else {
return;
}
}
}
@ -263,6 +265,8 @@ where
return;
}
}
} else {
return;
}
}
}