*Update dist
This commit is contained in:
parent
35c67e1c92
commit
7386b6de05
|
@ -82,7 +82,7 @@ export function createHash(data) {
|
||||||
}
|
}
|
||||||
export async function setupStream(stream) {
|
export async function setupStream(stream) {
|
||||||
const existing = stream[RPC_PROTOCOL_SYMBOL];
|
const existing = stream[RPC_PROTOCOL_SYMBOL];
|
||||||
if (!existing) {
|
if (existing) {
|
||||||
await existing._channel.ready;
|
await existing._channel.ready;
|
||||||
return existing;
|
return existing;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue