Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions textile/features.textile
Original file line number Diff line number Diff line change
Expand Up @@ -1914,6 +1914,7 @@ h4. ConnectionDetails
** @(CD2g)@ @serverId@ string is a unique identifier for the front-end server that the client has connected to. This server ID is only used for the purposes of debugging
** @(CD2h)@ @maxIdleInterval@ is the maximum length of time in milliseconds that the server will allow no activity to occur in the server->client direction. After such a period of inactivity, the server will send a @HEARTBEAT@ or transport-level ping to the client. If the value is 0, the server will allow arbitrarily-long levels of inactivity.
** @(CD2i)@ @objectsGCGracePeriod@ integer - the length of time, in milliseconds, that the client library must wait before releasing resources for tombstoned objects and map entries (see "RTO10":../objects-features#RTO10)
** @(CD2j)@ @siteCode@ string - the identifier for the regional site that the connection is connected to. This is used when applying operations on ACK to perform the @siteTimeserials@ check (see "RTO3d":../objects-features#RTO3d, "RTO20a":../objects-features#RTO20a)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@claude we don't need the links

h4. ChannelProperties
* @(CP1)@ properties of a channel and its state
* @(CP2)@ The attributes of @ChannelProperties@ consist of:
Expand Down Expand Up @@ -2658,6 +2659,7 @@ class ConnectionDetails: // CD*, internal
serverId: String // CD2g
maxIdleInterval: Duration // CD2h
objectsGCGracePeriod: Int // CD2i
siteCode: String // CD2j

class Message: // TM*
constructor(name: String?, data: Data?) // TM4
Expand Down
Loading
Loading