dashevo / dapi

DEPRECATED A decentralized API for the Dash network
MIT License
17 stars 11 forks source link

fix: EAI_AGAIN error code was not handled in a client #381

Closed jawid-h closed 3 years ago

jawid-h commented 3 years ago

Issue being fixed or feature implemented

Due to the nature of Docker a DNS error may occur on an early start of DAPI container leading to EAI_AGAIN error

What was done?

How Has This Been Tested?

Local setup

Breaking Changes

None.

Checklist:

For repository code-owners and collaborators only