pnxtech / hydra

A light-weight library for building distributed applications such as microservices

Home Page:https://www.hydramicroservice.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_checkServicePresence throws a reject although it says it will never do so

sjmcdowall opened this issue · comments

https://github.com/flywheelsports/hydra/blob/master/index.js#L941

According to the "contract" this method should never throw a reject() -- yet it does here:

https://github.com/flywheelsports/hydra/blob/master/index.js#L973

@sjmcdowall correct. ;-) Doc should be corrected to reflect what really happens.

Fixed by pr # 181