We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5a627 commit f06c601Copy full SHA for f06c601
1 file changed
packages/node-core/src/sdk/client.ts
@@ -145,7 +145,6 @@ export class NodeClient extends ServerRuntimeClient<NodeClientOptions> {
145
this._flushOutcomes();
146
};
147
148
- // We purposefully not unref this interval but we clear it in `this._clientReportOnExitFlushListener`.
149
this._clientReportInterval = safeUnref(
150
setTimeout(() => {
151
DEBUG_BUILD && debug.log('Flushing client reports based on interval.');
0 commit comments