[web][cast] disable cast stop
This commit is contained in:
parent
c8fc007898
commit
a5dfc97035
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export default function PairingMode() {
|
|||
|
||||
return () => {
|
||||
console.log("stopping cast context");
|
||||
context.stop();
|
||||
// context.stop();
|
||||
};
|
||||
}, [cast]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue