goproxy/README.md
2024-01-22 09:52:50 +08:00

17 lines
387 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```mermaid
sequenceDiagram
participant Device
participant Broker
participant Web
Device->>Broker: 建立TCP连接
Broker->>Broker: 5s未注册主动断开
Device->>Broker: 注册报文
Broker->>Device: 注册回复
Device->>Broker: 心跳报文
Broker->>Device: 心跳报文
Web->>Broker: 创建Session
Broker->>Device: 创建Session
```