Yan

Results 4 issues of Yan

Hi, If I initialise Reader with `lookupdHTTPAddresses` variable set to garbage ``` const reader = new nsq.Reader('test', 'test2', { lookupdHTTPAddresses: 'garbage:9999', }); const handler = () => { console.log('!!!handler fired!!');...

bug

According to this comment here http://blog.wuwon.id.au/2010/09/painless-merge-conflict-resolution-in.html ``` Meld has hidden 3-way merge feature activated by passing the 4th parameter: [merge] tool = mymeld conflictstyle = diff3 [mergetool "mymeld"] cmd =...

Fix for the #338 The WriteSingleCoilResponseBody constructor declares that it can handle `boolen` but it can not do that. So I have addled boolean handling into the function. Manually tested...

## What is the problem * `client.writeSingleCoil(6, true)` response is CRC-ed incorrectly if the values is set to true * `client.writeSingleCoil(6, false)` response is CRC-ed correctly The problem above is...