Joe Narvaez

Results 2 comments of Joe Narvaez

I'm running this with Vite and typescript. I added the following to my vite config ` resolve: { alias: { mqtt: "mqtt/dist/mqtt.js" } },` Anyone get anywhere with this? @hi-liang...

` client?.off("message", callback);` runs everytime I publish or do hot reload. not sure why its there but it was disconnecting on boot and when a message is sent and when...