pnxtech / hydra

A light-weight library for building distributed applications such as microservices
https://www.hydramicroservice.com
MIT License
645 stars 54 forks source link

Add check for instance id existance #179

Closed sjmcdowall closed 6 years ago

sjmcdowall commented 6 years ago

Added the check for the instance actually being available before sending it a message.

I wanted to add a unit test for this -- but didn't see any unit tests for the sendMessage() type routines and wasn't sure how exactly to code that from scratch.

sjmcdowall commented 6 years ago

This is a pretty ugly merge PR .. Closing this and going to try a cleaner version :)