clientConnect reads progress from file
commit6749cfab5ef4b6f5d597a84033d502e3328acda9
authorLucian Wischik <ljw@fb.com>
Fri, 23 Apr 2021 18:47:45 +0000 (23 11:47 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 23 Apr 2021 18:49:43 +0000 (23 11:49 -0700)
treec35a04cfe785a9d6bd0b2025dbb63638741f0f07
parent4e7ebab3b48fc71a45923f8b8ed42e896550d7bf
clientConnect reads progress from file

Summary:
I want to stop using IPC with monitor to communicate progress. This diff takes us most of the way.

The previous diff already made the server write progress to a file in addition to sending it to the monitor. This diff makes the client read from the file rather than doing IPC with the monitor.

Reviewed By: CatherineGasnier

Differential Revision: D27935367

fbshipit-source-id: 69b39da7ab975e20249e99c8ba391bab348fc28a
hphp/hack/src/client/clientConnect.ml
hphp/hack/src/server/serverCommandTypesUtils.ml