You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: API.md
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The class constructor supports the following named parameters:
20
20
| 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.
21
21
| onBadCertificate | null | A user-defined function for deciding whether the certificate presented by the broker is valid.
22
22
| 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
0 commit comments