增加uml时序图

This commit is contained in:
liugddx
2023-03-09 14:41:26 +08:00
parent 132353e58c
commit 0d4c5597b5
2 changed files with 3 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

+3
View File
@@ -52,3 +52,6 @@
通过`ProxyChannel`向服务端发送`Transfer`指令,并携带响应数据。
- 5.4、服务端通过`ProxyChannel`收到来自客户端的`Transfer`指令,找到`ProxyChannel`绑定的`VisitorChannel`
通过`VisitorChannel`向用户端写入响应数据。
# 请求流程图
![流程图](../assets/flowchart.jpg)