pnxtech/hydra

Invalid Hash Method

DeMack opened this issue · 1 comments

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

@DeMack Thanks. Fixed in Hydra 1.2.7