commit | bdbd51d4445b07b57f1b70d7ab15574650c92041 | [log] [tgz] |
---|---|---|
author | Ghanan Gowripalan <ghanan@fuchsia.infra.roller.google.com> | Fri Jul 28 01:18:33 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jul 27 18:19:38 2023 -0700 |
tree | b64e8bd5af4d365e9c147b6596c6864086db0aba | |
parent | 2a6911600b74b385034cd4fe74bbef1b793bc54d [diff] |
[roll] Roll third_party/go [fidl] Don't close channel on 1way messaging errors When sending a one-way/fire-and-forget message, do not close the channel if an error occurs. This is so that a client can read messages sitting in the channel after the error occurs. It should also be noted that for one-way/fire-and-forget messaging, there is no guarantee of message delivery or handling. This change is needed for Ib72a8a7610637731a518241d9d048be9bd4fdf1a. Original-Bug: b/292622684 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/891252 Original-Revision: 2b3f72fa1f4168360d586ca7a8428256dc0acfa6 GitOrigin-RevId: 3e9bb1531e236e1e7968969ae8c8eb35ac0ef50d Change-Id: I34b4a34890be91429b6bf4447d6f2fa483289e83
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.