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

Invalid Hash Method #101

Closed DeMack closed 7 years ago

DeMack commented 7 years ago

Line 1204 of index.js points to a method called Utils.stringHash(channel), however that method doesn't exist in utils.js. The nearest method is md5Hash(key). While trying to call the first method, messages don't get processed. Changing to the latter corrects the problem.

cjus commented 7 years ago

@DeMack Thanks. Fixed in Hydra 1.2.7