| ... | ... | @@ -2,12 +2,6 @@ | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```mermaid
 | 
| 
 | 
 | 
sequenceDiagram
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
participant Dev
 | 
| 
 | 
 | 
participant Dev_TCP
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
... create D2Sphere TCP conncetion ...
 | 
| 
 | 
 | 
Dev -> Dev_TCP : create TCP session
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
``` | 
 | 
 | 
\ No newline at end of file | 
| 
 | 
 | 
    Alice->>John: Hello John, how are you?
 | 
| 
 | 
 | 
    John-->>Alice: Great!
 | 
| 
 | 
 | 
    Alice-)John: See you later! | 
 | 
 | 
\ No newline at end of file |