💥 InProcessTransport.ts

This commit is contained in:
nirholas
2026-03-31 10:23:51 +00:00
parent 3c2536bf98
commit d47306ddfb

View File

@@ -61,3 +61,4 @@ export function createLinkedTransportPair(): [Transport, Transport] {
b._setPeer(a)
return [a, b]
}