da-mkay

Results 8 comments of da-mkay

Nope, I didn't touch the tsconfig, just using Angular's defaults. I set up a project [here](https://github.com/da-mkay/angular-electron-test/). There are just 2 commits. The first one is the output of `ng new`...

Hi, I have exactly the same issue: ``` 2024-03-18 22:11:13.042 E MessageProcessorEndpointMqtt: connectionLost error 2024-03-18 22:11:13.042 E MessageProcessorEndpointMqtt: (32109) - java.io.EOFException at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(Unknown Source:213) at java.lang.Thread.run(Thread.java:1012) 2024-03-18 22:11:13.042 E MessageProcessorEndpointMqtt:...

Yep, it looks like increasing the timeouts in nginx solved it for me 😉

After increasing the timeouts to 1 day in nginx I monitored the reconnects a few days. Sometimes the phone kept the connection for 2h, sometimes for 1h or 30 min...

It is a [Galaxy S21 FE](https://github.com/owntracks/android/issues/1623#issuecomment-2007445498). The OT log shows the error from the first posts here (`connectionLost error`). A few days ago I switched back from Mosquitto to my...

> I'm having a hard time following. What is "my other broker", is that HiveMQ? It's my own broker based on [aedes](https://github.com/moscajs/aedes) (will be released soon). > We're not aware...

Yes, location 2 and 3 are no duplicates. They even have different coordinates. I just added it here from my logs to show that the app sent some location updates...

Did you find a solution? I stumbled upon the same issue. However, I noticed that when I send an `app_stop`, before setting the water box mode followed by an `app_segment_clean`,...