1
0
Fork 0

sync: fix connection error on macOS for interleaved sync

Bug: 377538810
Test: on macos, repo sync -j64
Change-Id: I6af4d4e6669dc882f165cbb9142ad4db9b346b73
This commit is contained in:
Kuang-che Wu 2025-07-25 16:10:41 +08:00
parent 25858c8b16
commit 34db11e9b1

View file

@ -2576,6 +2576,7 @@ later is required to fix a server side protocol bug.
callback=callback, callback=callback,
output=pm, output=pm,
chunksize=1, chunksize=1,
initializer=self.InitWorker,
): ):
err_event.set() err_event.set()