From e80717fdecd283f98b918d51d9d66c489e8c294f Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Fri, 10 Jan 2025 15:50:11 -0600 Subject: [PATCH] [FIX] direct get was not honoring user timeouts Signed-off-by: Alberto Ricart --- src/deno_transport.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deno_transport.ts b/src/deno_transport.ts index 27213547..3cce41d9 100644 --- a/src/deno_transport.ts +++ b/src/deno_transport.ts @@ -34,7 +34,7 @@ import { Transport, } from "../nats-base-client/internal_mod.ts"; -const VERSION = "1.29.0"; +const VERSION = "1.29.1"; const LANG = "nats.deno"; const ReadBufferSize = 1024 * 256;