@opentap/runner-client 2.25.1 → 2.25.2-alpha.1.1.11274184460
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.
|
@@ -404,6 +404,7 @@ var SessionClient = /** @class */ (function (_super) {
|
|
|
404
404
|
(function () { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
405
405
|
return [2 /*return*/, handler(metricData_1)];
|
|
406
406
|
}); }); })();
|
|
407
|
+
return [3 /*break*/, 8];
|
|
407
408
|
}
|
|
408
409
|
// Increment the index
|
|
409
410
|
index++;
|
|
@@ -328,6 +328,7 @@ export class SessionClient extends BaseClient {
|
|
|
328
328
|
// If we are at the last message or there are no more pending messages, call the handler
|
|
329
329
|
if (index === arraySize - 1 || message.info.pending === 0) {
|
|
330
330
|
(() => __awaiter(this, void 0, void 0, function* () { return handler(metricData); }))();
|
|
331
|
+
break;
|
|
331
332
|
}
|
|
332
333
|
// Increment the index
|
|
333
334
|
index++;
|
package/package.json
CHANGED