fix: warp subscription would deadloop when rx of

websocket get an error.
This commit is contained in:
spacemeowx2 2020-06-24 10:25:22 +08:00
parent efbecbca5a
commit fc70145b1d

View File

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