roll: pigweed, pw_toolchain: pw_transfer: Add a delay after opening a stream to delay transfer start If a start chunk is sent too quickly after a stream is opened, it gets dropped because the server hasn't set the on_next_callback. Add a short (10ms) delay to give some time for the stream to open. Original-Bug: b/355249134 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/225734 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: b313a19ee2da2e9..513f5005834264d Roller-URL: https://ci.chromium.org/b/8740949558375777057 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I3da9c929985074ed44369b408a537a88f092e7b7 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/226495 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/WORKSPACE b/WORKSPACE index 3433104..d7ece76 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -84,8 +84,8 @@ name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-07-30. - # ROLL: By https://cr-buildbucket.appspot.com/build/8740949949697905041. - commit = "b313a19ee2da2e9084d1df4ac90411b684fda93d", + # ROLL: By https://cr-buildbucket.appspot.com/build/8740949558375777057. + commit = "513f5005834264d9e3545acab1904a9be189d7e6", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", ) @@ -93,8 +93,8 @@ name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-07-30. - # ROLL: By https://cr-buildbucket.appspot.com/build/8740949949697905041. - commit = "b313a19ee2da2e9084d1df4ac90411b684fda93d", + # ROLL: By https://cr-buildbucket.appspot.com/build/8740949558375777057. + commit = "513f5005834264d9e3545acab1904a9be189d7e6", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", strip_prefix = "pw_toolchain_bazel", )