ingoogni

Results 41 comments of ingoogni

A way to recreate the problem I tested today: run a listener client on a laptop connected with wifi, run the broker on an other machine. Then turn off the...

in `nmqtt.nim`, inside `processClient` I wondered how `sendWill` if diconnected? So I changed it to `removeSubscriber` as it has disconnected from the broker: ``` if ctx.state == Error and ctx.beenConnected:...

I'm still testing things. It is a strange problem and I have trouble following the flow. In what I did no `Will` will be send at all, that's not a...

A little step further, `sendWill` proc starts of with a test against `ctx.willTopic`. Should it not test against `ctx.willFlag` as the topic can have content but one does not want...

Tested with a pristine install of nmmqt on win11. I wrote two clients. On standard one `testclient1` where I set the will. I notice that in the server stdoutput that...

it seems to met that the `willFlag` is not set in `proc onConnect(ctx: MqttCtx, pkt: Pkt)`. Is that proper?

The following changes seem to fix the problem as far as I can test. Please test. First the `willFlag` had not been set in the context, adding the `ctx.willFlag =...

I'm running into the same issue. Here's the JS what I have in my html file: ``` function initialize() { var target = L.latLng('52.21435','6.89400'); var map = new L.Map(map_moaneschien, {...

Sorry, i have no idea how to do that. I tried `./koch boot --cc:vcc ` and that failed. The linker could not find a file in icon dir.

I understand. Let's leave it at that then. Or, should I report it Nim's git?