llamaonaskateboard

Results 10 comments of llamaonaskateboard

After also running into this issue, I managed to track down the problem commit which came in 2.0.12: https://github.com/eclipse/mosquitto/commit/79542158f47ac589b2248ad40102a3c8e545d413 This commit sets `mosq->listener = NULL` upon disconnect, however `mosquitto_acl_check()` (called...

It looks like the original `max_connections` issue stems from `connect__on_authorised()` calling `do_disconnect()` which in turn calls `context__disconnect()` if the context already exists upon client connection. `context__disconnect()` ends up with `net__socket_close()`...

I'm experiencing what seems to be the same issue with Philips Hue bulbs and a wired Ethernet ezsp coordinator (tubeszb-efr32-MGM210-eth_usb) where the interview more often than not will cause a...

Of course the onecall API schema just has to be different to forecast… It has both a `timezone` and `timezone_offset`. https://openweathermap.org/api/one-call-3#example

I forgot that I locally fixed this so raised a PR for you https://github.com/Bodmer/OpenWeather/pull/19 fullDataSet() only gets called for onecall so the change is as simple as changing the JSON...

@ThatMattCraig I think you meant to raise an issue against [dushyantahuja/SimpleWeather](https://github.com/dushyantahuja/SimpleWeather) and not this repo which is OpenWeather.

itcl3 was the only package updated and manually downgrading it back to 3.4.3-3.1 also fixes the issue. I managed to write a minimal repro using itcl and it certainly appears...

Fossil was a bit of a pain to navigate but I found the commit for those changes at https://core.tcl-lang.org/itcl/info/a036f93dad15f1d4 I've reported this issues upstream at https://core.tcl-lang.org/itcl/tktview?name=171b58b82b

I am also experiencing this issue caused by duplicated dnats, running 1.14.0-2 on debian. I too was publishing ports for both ipv4 and ipv6 (`-p 9117:9117 -p [::]:9117:9117`). Removing the...

This is a duplicate of https://github.com/eclipse/mosquitto/issues/2618 which I just tracked down.