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: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,22 @@ void identify() async {
176
176
}
177
177
```
178
178
179
+
### Specifying a custom timeout
180
+
181
+
*Default timeout value:*
182
+
- iOS: 60 seconds
183
+
- Android: not specified
184
+
- Web: 10 seconds
185
+
186
+
You can override the default timeout with a custom value of your choice. If the `getVisitorId()` or `getVisitorData()` call does not complete within the specified (or default) timeout, you will receive a `ClientTimeoutError` error.
0 commit comments