[yellowstone] Update TODO.

This commit is contained in:
Drew Galbraith 2023-10-24 23:43:57 -07:00
parent 05e12aaa7d
commit af0852a5fa
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ glcr::ErrorCode YellowstoneServer::HandleRegisterEndpoint(
const RegisterEndpointRequest& req, Empty&) {
dbgln("Registering.");
if (req.endpoint_name() == "denali") {
// FIXME: Rather than blocking and calling the denali service
// immediately we should signal the main thread that it can continue init.
denali_cap_ = req.endpoint_capability();
auto part_info_or = HandleDenaliRegistration(denali_cap_);
if (!part_info_or.ok()) {