mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 18:39:58 +00:00
Fix mdns/castv2 uncaught errors
This commit is contained in:
@@ -76,4 +76,8 @@ export function stopReceiverApp (host: string, port: number) {
|
||||
clientConnection.send({ type: "CONNECT" });
|
||||
clientReceiver.send({ type: "STOP", requestId: 1 });
|
||||
});
|
||||
|
||||
client.on("error", err => {
|
||||
console.error(`castv2 error (stopReceiverApp): ${err}`);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user