Page MenuHomePhabricator

[services] Tunnelbroker - Removing a duplicate condition from `waitUntilReady`
ClosedPublic

Authored by max on Aug 22 2022, 11:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 27, 4:19 AM
Unknown Object (File)
Fri, Sep 27, 4:19 AM
Unknown Object (File)
Fri, Sep 27, 4:18 AM
Unknown Object (File)
Fri, Sep 27, 4:15 AM
Unknown Object (File)
Thu, Sep 5, 1:38 PM
Unknown Object (File)
Thu, Sep 5, 12:07 PM
Unknown Object (File)
Sep 5 2024, 12:29 AM
Unknown Object (File)
Aug 28 2024, 1:01 PM

Details

Summary

This diff is a small follow-up from the landed D4741 comment to remove a duplicate condition from waitUntilReady() function which is covered by the while condition.

Test Plan

Docker:
Run yarn run-tunnelbroker-service successfully built.

Nix:
Run nix develop, cd services/tunnelbroker, rm -dfr build && cmake -B build . && make -C build -j4. Expect successfully building the app.

Diff Detail

Repository
rCOMM Comm
Branch
follow-up-for-waitUntilReady
Lint
No Lint Coverage
Unit
No Test Coverage