From c0da196dce180ee169f4a15c1ce83ee0178cd002 Mon Sep 17 00:00:00 2001 From: esgn <5435148+esgn@users.noreply.github.com> Date: Tue, 5 May 2026 18:10:33 +0200 Subject: [PATCH] feat: add responseMode option for transport configuration --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 0bc1280..b4e1bb9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -96,6 +96,7 @@ function buildTransport(transportType: TransportType): TransportConfig { options: { port: port, endpoint, + responseMode: "stream", cors: { allowOrigin: "*", allowedOrigins: getCorsAllowedOrigins(),