// test "dispose disposes the proxy handle and is idempotent".
for (const entry of this._sessions.values()) {
if (!chat.isPipelineReady) {
chat.abortController.abort();
}
}
super.dispose();
this._proxyHandle?.dispose();