@libsql/hrana-client
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -134,2 +134,3 @@ "use strict"; | ||
} | ||
this.#requestIdAlloc.free(requestId); | ||
try { | ||
@@ -153,2 +154,3 @@ if (responseState.type !== msg["response"]["type"]) { | ||
} | ||
this.#requestIdAlloc.free(requestId); | ||
responseState.errorCallback((0, result_js_1.errorFromProto)(msg["error"])); | ||
@@ -155,0 +157,0 @@ } |
@@ -131,2 +131,3 @@ import { WebSocket } from "@libsql/isomorphic-ws"; | ||
} | ||
this.#requestIdAlloc.free(requestId); | ||
try { | ||
@@ -150,2 +151,3 @@ if (responseState.type !== msg["response"]["type"]) { | ||
} | ||
this.#requestIdAlloc.free(requestId); | ||
responseState.errorCallback(errorFromProto(msg["error"])); | ||
@@ -152,0 +154,0 @@ } |
{ | ||
"name": "@libsql/hrana-client", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "hrana", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76504
1931