Skip to content

Commit 78dcc17

Browse files
committed
Add connectTimeout to documentation
1 parent 943da8d commit 78dcc17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

API.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The class constructor supports the following named parameters:
2020
| tlsContext | null | A [SecurityContext](https://api.dart.dev/stable/2.18.5/dart-io/SecurityContext-class.html) with the required TLS settings for connecting to the broker. If not specified, the client will attempt to establish a non-TLS connection instead.
2121
| onBadCertificate | null | A user-defined function for deciding whether the certificate presented by the broker is valid.
2222
| connectionName | "" | A client-provided connection name which can help to identify this connection in server logs.
23+
| connectTimeout | null | The duration time to wait for socket connection to be established
2324

2425
### Authentication providers
2526

0 commit comments

Comments
 (0)