Merge pull request #9869 from HJianBo/upgrade-gen-coap-44
Upgrade gen coap to v0.4.3
This commit is contained in:
commit
26cec4be69
|
@ -1,4 +1,4 @@
|
|||
{deps,
|
||||
[
|
||||
{gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.4.2"}}}
|
||||
{gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.4.3"}}}
|
||||
]}.
|
||||
|
|
|
@ -21,3 +21,5 @@
|
|||
```
|
||||
2023-01-29T13:40:36.567692+08:00 [debug] 127.0.0.1:50393 [MQTT] RECV CONNECT(Q0, R0, D0ClientId=test_client, ... Password=undefined)
|
||||
```
|
||||
|
||||
- Avoid crash logs in CoAP gateway when receiving liveness checking packets from Load Balancer [#9869](https://github.com/emqx/emqx/pull/9869).
|
||||
|
|
|
@ -20,3 +20,5 @@
|
|||
```
|
||||
2023-01-29T13:40:36.567692+08:00 [debug] 127.0.0.1:50393 [MQTT] RECV CONNECT(Q0, R0, D0ClientId=test_client, ... Password=undefined)
|
||||
```
|
||||
|
||||
- 修复 CoAP 网关在收到负载均衡的心跳检查报文时产生的崩溃日志 [#9869](https://github.com/emqx/emqx/pull/9869)。
|
||||
|
|
Loading…
Reference in New Issue