Skip to content

Commit

Permalink
Change sequence diagram a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Aug 20, 2024
1 parent cf8d38a commit 0690946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/pages/docs/features/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ Provider->>Acceptor: 5. returns a value
Acceptor-->>Connector: 6. sends a protocolized<br/>network message<br/>meaning a return value
Deactivate Acceptor
Activate Connector
Connector->>User: 7. delivers the return value
Connector->>Driver: 7. delivers the return value
Deactivate Connector
Driver->>User: 8. returns the value
Deactivate User
```

Expand Down

0 comments on commit 0690946

Please sign in to comment.