Skip to content
Merged
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: 1 addition & 1 deletion content/api/realtime-sdk/connection.textile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ bq(definition).
csharp: void Connect()
flutter: Future<void> connect()

Explicitly calling <span lang="default">@connect@</span><span lang="csharp">@Connect@</span> is unnecessary unless the "@ClientOptions@":#client-options attribute <span lang="default">@autoConnect@</span><span lang="ruby">@auto_connect@</span><span lang="csharp">@AutoConnect@</span> is @false@. Unless already @connected@ or @connecting@, this method causes the connection to open, entering the @connecting@ state.
Explicitly calling <span lang="default">@connect@</span><span lang="csharp">@Connect@</span> is unnecessary unless the "@ClientOptions@":/docs/api/realtime-sdk/types#client-options attribute <span lang="default">@autoConnect@</span><span lang="ruby">@auto_connect@</span><span lang="csharp">@AutoConnect@</span> is @false@. Unless already @connected@ or @connecting@, this method causes the connection to open, entering the @connecting@ state.

blang[ruby].
h4. Returns
Expand Down
Loading