mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-13 11:00:01 +00:00
Increase bridge timeout
This commit is contained in:
@@ -14,7 +14,7 @@ import { ReceiverSelectionCast
|
|||||||
, ReceiverSelectionStop } from "../background/receiverSelector/ReceiverSelector";
|
, ReceiverSelectionStop } from "../background/receiverSelector/ReceiverSelector";
|
||||||
|
|
||||||
|
|
||||||
export const BRIDGE_TIMEOUT = 500;
|
export const BRIDGE_TIMEOUT = 5000;
|
||||||
|
|
||||||
async function connect (): Promise<Port> {
|
async function connect (): Promise<Port> {
|
||||||
const applicationName = await options.get("bridgeApplicationName");
|
const applicationName = await options.get("bridgeApplicationName");
|
||||||
|
|||||||
Reference in New Issue
Block a user