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, Dec 21, 11:28 PM
Unknown Object (File)
Sun, Dec 15, 8:00 AM
Unknown Object (File)
Sun, Dec 15, 8:00 AM
Unknown Object (File)
Sun, Dec 15, 8:00 AM
Unknown Object (File)
Sun, Dec 15, 7:49 AM
Unknown Object (File)
Nov 23 2024, 3:01 AM
Unknown Object (File)
Nov 23 2024, 2:29 AM
Unknown Object (File)
Nov 22 2024, 11:25 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable