mqtt icon indicating copy to clipboard operation
mqtt copied to clipboard

Tarantool MQTT client

Results 5 mqtt issues
Sort by recently updated
recently updated
newest added

**Description** The mqtt module produces segmentation fault on a Cartridge cluster after the callback in [on_message](https://github.com/tarantool/mqtt#on_message) is invoked some number of times. * OS: Linux debian 4.19.0-20-amd64 # 1 SMP...

bug
crash

**Environment:** ``` $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.5 LTS" $ uname -m aarch64 ``` **Tarantool:** ``` $ tarantool --version Tarantool 2.10.5-0-g87d07d15e Target: Linux-aarch64-RelWithDebInfo Build options: cmake . -DCMAKE_INSTALL_PREFIX=/usr...

bug

OS: Alpine Linux 3.5 (Linux as 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux) Tarantool version: Tarantool 1.10.0-0-g42612ec04 MQTT lib version: 4adefc7bc45aaae776a677bbb0b54ecf7ec293f4 Case: ``` mqtt=require('mqtt')...

bug
good first issue

If the server is not responding, but not refused connection, the library will wait a very long time. Code: ``` mqtt=require('mqtt') m=mqtt.new() m:connect{host="mail.ru"} ``` The above code will wait a...

enhancement
help wanted

Version: ``` CentOS Linux release 7.4.1708 (Core) mosquitto 1.4.15-2.el7 tarantool 1.9.1.72-1 or tarantool 1.7.6.25-1 tarantool/mqtt 1.2.1 from https://raw.githubusercontent.com/tarantool/mqtt/master/rockspecs/mqtt-scm-1.rockspec ``` Code: ``` log = require('log') mqtt = require('mqtt') function on_message(message_id, topic,...

bug