tarantool / mqtt

Tarantool MQTT client

Home Page:tarantool.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MQTT eats 100% CPU

cyanide-burnout opened this issue · comments

local mqtt = require('mqtt')
local connection = mqtt.new("Registry-LastHeard", true)
connection:connect({ host = 'localhost', port = 1883 })

Version is 'mosquitto version 1.4.11 (build date Mon, 20 Feb 2017 22:47:27 +0000) starting'

Fixed