Lan

Results 458 comments of Lan

I don't think that the AS will clean this infomation. Check some log from your chirpstack.

> It's about device session expiration, you can checkout the device_session_ttl value in network server .toml. Thanks for your confirm , i really need to check my production environment for...

I can get the correct info from docker container. ``` ~ # ./lora-app-server version 3.4.0 ``` Also success on my terminal. ``` lan@lan:~/repo/git/chirpstack-application-server$ build/chirpstack-application-server version WARN[0000] No configuration file found,...

> send REST request to /api/devices without applicationID Work from my side. tested two version. ``` ~ # ./lora-app-server version 3.4.0 ``` ``` ~ # ./lora-app-server version 3.3.1 ```

You should build file for windows, like `chirpstack-simulator.exe` and it's build linux binary by default.

我觉得专有名词用英文是最合适的,例如metrics一般中文文章都是叫metrics(当然也有些翻译为指标,但原单词最合适)

More client-go info maybe help. - What's your pulsar-client-go version? - What's consumer type? eg: Regular match pattern topic | multiple topic | one topic etc...

I Have reproduce it, Use command of `pulsarctl functions create --name log --go logFunc --topics-pattern persistent://public/default/a.*` to created function and inputSpecs.IsRegexPattern is false of function info.

This is definitely meaningful! I am investigating using Prometheus as IoT DB, but since Promeeus does not support push old data, So I am using Victoriametrics for prometheus remote write....