chore: recover stop streaming
This commit is contained in:
@@ -323,9 +323,9 @@ export default function useStreaming() {
|
||||
stopStreaming();
|
||||
}
|
||||
}
|
||||
// return () => {
|
||||
// stopStreaming();
|
||||
// };
|
||||
return () => {
|
||||
stopStreaming();
|
||||
};
|
||||
}, [online, readyPullData]);
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user