We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5669609 commit ff80ff5Copy full SHA for ff80ff5
src/helpers/deviceId.ts
@@ -34,7 +34,7 @@ export async function getDeviceIdForConnection(): Promise<string> {
34
break;
35
}
36
},
37
- abortSignal: new AbortController().signal,
+ abortSignal: abortSignal || controller.signal,
38
});
39
return deviceId;
40
} catch (error) {
0 commit comments