@opentap/runner-client 2.5.0 → 2.7.0-alpha.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/BaseClient.js CHANGED
@@ -126,7 +126,7 @@ var BaseClient = /** @class */ (function () {
126
126
  data = this.encode(payload);
127
127
  headers = this.buildHeaders();
128
128
  timeout = (options === null || options === void 0 ? void 0 : options.timeout) || this.timeout;
129
- replySubject = uuidv4();
129
+ replySubject = "".concat(subject, ".Reply.").concat(uuidv4());
130
130
  serverMaxPayload = (_b = (_a = this.connection) === null || _a === void 0 ? void 0 : _a.info) === null || _b === void 0 ? void 0 : _b.max_payload;
131
131
  chunkSize = serverMaxPayload ? serverMaxPayload - 50000 : 512000;
132
132
  // The Session and the Client need to agree on the chunk size. Put it in a header.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentap/runner-client",
3
- "version": "2.5.0",
3
+ "version": "2.7.0-alpha.1.1",
4
4
  "description": "This is the web client for the OpenTAP Runner.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",