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 a6c9aee commit 600d0a5Copy full SHA for 600d0a5
packages/transport-webrtc/src/constants.ts
@@ -99,7 +99,7 @@ export const OPEN_TIMEOUT = 5_000
99
* When closing a stream, we wait for `bufferedAmount` to become 0 before
100
* closing the underlying RTCDataChannel - this controls how long we wait in ms
101
*/
102
-export const DATA_CHANNEL_DRAIN_TIMEOUT = 30_1000
+export const DATA_CHANNEL_DRAIN_TIMEOUT = 30_000
103
104
/**
105
* Set as the 'negotiated' muxer protocol name
0 commit comments