feat(smart-proxy): add socket-handler relay, fast-path port-only forwarding, metrics and bridge improvements, and various TS/Rust integration fixes
This commit is contained in:
@@ -49,6 +49,10 @@ export class FragmentHandler {
|
||||
() => this.cleanup(),
|
||||
options.cleanupInterval
|
||||
);
|
||||
// Don't let this timer prevent process exit
|
||||
if (this.cleanupTimer.unref) {
|
||||
this.cleanupTimer.unref();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user