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)
Sat, Mar 29, 4:57 PM
Unknown Object (File)
Thu, Mar 27, 6:41 AM
Unknown Object (File)
Sun, Mar 16, 3:12 PM
Unknown Object (File)
Mar 4 2025, 10:55 PM
Unknown Object (File)
Mar 4 2025, 10:06 AM
Unknown Object (File)
Mar 4 2025, 10:06 AM
Unknown Object (File)
Mar 4 2025, 10:05 AM
Unknown Object (File)
Mar 4 2025, 10:00 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