Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Stop rodeos if unable to listen on wql-listen #10549

Merged
merged 1 commit into from
Jul 20, 2021
Merged

Conversation

heifner
Copy link
Contributor

@heifner heifner commented Jul 20, 2021

Change Description

  • Do not let rodeos continue if unable to listen on the provided wql-listen address.

Change Type

Select ONE:

  • Documentation
  • Stability bug fix
  • Other
  • Other - special case

Testing Changes

Select ANY that apply:

  • New Tests
  • Existing Tests
  • Test Framework
  • CI System
  • Other

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@heifner heifner merged commit ab4d2e6 into develop-boxed Jul 20, 2021
@heifner heifner deleted the rodeos-listen branch July 20, 2021 13:40
if (!ec)
return;
elog("${w}: ${m}", ("w", what)("m", ec.message()));
FC_ASSERT(false, "unable to open listen socket");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you replace "open" with what as check_ec can be called by open, bind, and listen?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants