Skip to content

Commit 5948ab3

Browse files
committed
(DOCSP-10812): Review
1 parent 0d45a5e commit 5948ab3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/sync/protocol.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ To initiate, execute, and terminate a {+service-short+} Database sync session, a
9898
{+service-short+} SDK and application server send and receive a set of
9999
protocol-specific requests.
100100

101-
The SDK establishes a sync session by sending :sync-client-message:`BIND` and
102-
:sync-client-message:`IDENT` requests to the server. Once the session is
101+
The SDK negotiates a WebSocket connection over HTTP and then establishes a sync
102+
session by sending :sync-client-message:`BIND` and :sync-client-message:`IDENT`
103+
requests to the server over the WebSocket connections. Once the session is
103104
established, the SDK and server send synced changesets for a given
104105
{+service-short+} file to eachother via :sync-client-message:`UPLOAD` and
105106
:sync-client-message:`DOWNLOAD` messages. To end the session, the SDK sends an

0 commit comments

Comments
 (0)