Skip to content

Commit

Permalink
Add echo in ServiceProtocol. (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzh authored Sep 8, 2023
1 parent d050dd2 commit 79d99e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/ServiceProtocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ EMPTY | EMPTY | Both | Keep server connection alive ping
`offline` | `finack` | Service -> Server | Response of received `offline` request
`servers` | EMPTY | Server -> Service | Request to get all server ids connect to the service
`servers` | `<timestamp>:<server1>;<server2>` | Service -> Server | Response of `servers` ping of all server ids
`echo` | `<identify>` | Service <-> Server | Identify the latency of server connection, available from SDK 1.21.6.

## Message Encodings

Expand Down

0 comments on commit 79d99e9

Please sign in to comment.