golang-im聊天
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

18 lignes
354 B

  1. @startuml
  2. participant client
  3. participant connect
  4. participant logic
  5. client -> connect: 心跳包请求
  6. connect --> client: 心跳包响应
  7. client -> client: 等待一段时间
  8. client -> connect: 心跳包请求
  9. connect --> client: 心跳包响应
  10. connect -> connect: 连续n次没有收到,释放连接
  11. connect -> logic: 通知设备下线
  12. @enduml