From 34db11e9b1a3eadc19f7cc0d053e3a6ef55350a4 Mon Sep 17 00:00:00 2001 From: Kuang-che Wu Date: Fri, 25 Jul 2025 16:10:41 +0800 Subject: [PATCH] sync: fix connection error on macOS for interleaved sync Bug: 377538810 Test: on macos, repo sync -j64 Change-Id: I6af4d4e6669dc882f165cbb9142ad4db9b346b73 --- subcmds/sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/subcmds/sync.py b/subcmds/sync.py index b02fdd022..34f382a3c 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py @@ -2576,6 +2576,7 @@ later is required to fix a server side protocol bug. callback=callback, output=pm, chunksize=1, + initializer=self.InitWorker, ): err_event.set()