From 008ebc178f05c3729e77f5df389faeb467dbec0a Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Thu, 28 May 2026 15:49:56 +0200 Subject: [PATCH] Treat connection close during `stop()` as handled --- client/src/common/client.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/common/client.ts b/client/src/common/client.ts index ea201613..c956efc0 100644 --- a/client/src/common/client.ts +++ b/client/src/common/client.ts @@ -1832,8 +1832,11 @@ export abstract class BaseLanguageClient implements FeatureClient