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
F3350626: D4897.diff
Fri, Nov 22, 11:25 PM
Unknown Object (File)
Mon, Nov 11, 11:55 AM
Unknown Object (File)
Sun, Oct 27, 4:35 AM
Unknown Object (File)
Sun, Oct 27, 4:35 AM
Unknown Object (File)
Sun, Oct 27, 4:34 AM
Unknown Object (File)
Sun, Oct 27, 4:32 AM
Unknown Object (File)
Oct 5 2024, 3:16 AM
Unknown Object (File)
Oct 5 2024, 2:45 AM

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable