roll: pigweed, pw_toolchain: pw_rpc: Fix open in callback_client
Inbound packets from open RPCs were mapped correctly to client calls,
but client-opened calls were not appropriately handled. Have client-
opened RPCs use the open call ID, and update open calls to use the call
ID of the first packet received for that RPC.
Original-Bug: b/309159260
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/169174
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: 35c221facea3abd..2e5bb7f84aa7885
Roller-URL: https://ci.chromium.org/b/8739502805494361729
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I7dfd4881c10bc22add6cea1d54d4ebf74fde780c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/229977
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 5fb80e7..c65dcb0 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-08-15.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739503515546993489.
- commit = "35c221facea3abda2ad8375672e9da541eec417f",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739502805494361729.
+ commit = "2e5bb7f84aa7885c48fb1fb3bc57e0522bd5f810",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -57,8 +57,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-08-15.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739503515546993489.
- commit = "35c221facea3abda2ad8375672e9da541eec417f",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739502805494361729.
+ commit = "2e5bb7f84aa7885c48fb1fb3bc57e0522bd5f810",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)