Zhani Baramidze
Results
2
comments of
Zhani Baramidze
To help with reproducing, client codes: C1: ``` import mqtt from "mqtt"; const LOCAL_URL = "ws://localhost:6423/mqtt"; var client = mqtt.connect(LOCAL_URL, {clientId: `3:someString`, username: "3", clean: false}) client.on('connect', function (pack) {...
still no solution for it?