Yoseph Maguire

Results 72 comments of Yoseph Maguire

@liu-xinhui can you verify that the MQTT spec defines this behavior. I'm wondering if the behavior you expected in 4.2.1 but no longer see in more recent versions was a...

hey @fmvilas any updates on this?

> You can already use this library with these changes to your code (ts): > > * Use `import * as mqtt from 'mqtt/dist/mqtt.min';` > * Add `"skipLibCheck": true` to...

Great question. I dunno. Close received after a close suggests that the websocket connection was closed and then subsequently there was a call to close that same websocket connection despite...

@amnonbb can you provide a reproducible code snippet please. will attempt repro and debug.

@amnonbb and you're just starting a client, connecting via WS, and sending messages? do you have a code snippet i can paste and run?

@flyfishzy I see the PR is merged in mqtt-packet. is the problem in our dependency version in mqtt.js?

if anyone here wants to offer a PR to fix this, it will be welcome.

hey @ogis-fujiwara, looks good. could you provide a repro of this behavior? I want to add a test to actually catch this behavior we can demonstrate that this is fixing...