weyoss / redis-smq

A simple high-performance Redis message queue for Node.js.
MIT License
588 stars 64 forks source link

monitoring not working #4

Closed yurik3zzz closed 6 years ago

yurik3zzz commented 6 years ago

Hi.

The monitoring not working in version 1.0.8, but his work in v1.0.7

TypeError: Cannot destructure property queueName of 'undefined' or 'null'. at Object.getKeys (D:\nodeProjects\redissmqcollector\node_modules\redis-smq\src\redis-keys.js:14:29) at statsFrontend (D:\nodeProjects\redissmqcollector\node_modules\redis-smq\src\stats-frontend.js:15:29) at Server.server.listen (D:\nodeProjects\redissmqcollector\node_modules\redis-smq\src\monitor\index.js:52:31) at Object.onceWrapper (events.js:313:30) at emitNone (events.js:111:20) at Server.emit (events.js:208:7) at emitListeningNT (net.js:1378:10) at _combinedTickCallback (internal/process/next_tick.js:135:11) at process._tickCallback (internal/process/next_tick.js:180:9) at Function.Module.runMain (module.js:678:11)

Thanks

weyoss commented 6 years ago

Thank you for reporting this issue. Version 1.0.9 is out. Please upgrade.

weyoss commented 6 years ago

Closing as resolved.