Zen Huifer

Results 30 comments of Zen Huifer

docker-compose.yml ``` version: '3.9' volumes: geoserver-data: geo-db-data: services: db: image: kartoza/postgis:14-3.1 volumes: - ./geo-db-data:/opt/geoserver/postgresql ports: - 32767:5432 environment: - POSTGRES_DB=gis,gwc - POSTGRES_USER=admin - POSTGRES_PASS=admin - ALLOW_IP_RANGE=0.0.0.0/0 - FORCE_SSL=TRUE restart: on-failure...

What I need to make is a cross-platform application,My dependency information is as follows @FabianLars ``` [package] name = "omg-ff" version = "0.1.0" description = "A Tauri App" authors =...

我在使用基础项目的时候也有问题 一直无法推进。 官方人员请联合查看 https://github.com/NervJS/taro/discussions/16739

Does this mean that I just need to modify the sending frequency? @MattBrittan

In Docker ``` [ERROR] [client] Connect comms goroutine - error triggered EOF 2024-08-26 07:25:35 error go-iot/mqtt.go:60 失去链接: EOF 2024-08-26 07:25:35 error go-iot/mqtt.go:63 失去链接,id: TT_21 ,error EOF: 2024-08-26 07:25:35 info go-iot/mqtt_redis.go:22...

Sorry, it's my problem. I should wait outside for 1 second

I need your help ``` 2024-08-26 09:19:28 error go-iot/mqtt.go:60 失去链接: pingresp not received, disconnecting 2024-08-26 09:19:28 error go-iot/mqtt.go:63 失去链接,id: TT_93 ,error pingresp not received, disconnecting: ```

My MQTT client hopes to run for a long time, it must be running for a long time

> My MQTT client hopes to run for a long time, it must be running for a long time https://github.com/iot-ecology/go-iot-platform/blob/feat-protocol/go-iot/mqtt.go

[ERROR] [client] disconnect called whist connection attempt in progress