[roll] Roll fuchsia [driver_manager] Don't make sync call if not ready

Adds a check in the driver_host to make sure it doesn't make a sync call
before the server_end of its client has been connected. Without this a
deadlock will occur since the callback that connects the server end will
not get to run if the sync call has started.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/921043
Original-Revision: f1ba7fe4a703f2fbebc6f09390c2653739a13b1c
GitOrigin-RevId: 9b9ae2d32f9e76b73b861d40e762d7b4cdc7425a
Change-Id: I26a9ff620eeeadd3a9f91cd427d3ceeef4dccc40
1 file changed
tree: a0cf5aba33627920d649d78514661bb5819c7421
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.