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_REFERENCE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The asynchronous version of ReplicatedClient with identical API but requiring `a
78
78
79
79
#### Constructor
80
80
81
-
Same parameters as `ReplicatedClient`, including the optional `state_directory`.
81
+
Same parameters as `ReplicatedClient`
82
82
83
83
#### Context Manager
84
84
@@ -230,4 +230,4 @@ async with AsyncReplicatedClient(...) as client:
230
230
231
231
## Thread Safety
232
232
233
-
The synchronous client creates a new HTTP client per request and is thread-safe. For high-concurrency applications, consider using the async client with a single event loop.
233
+
The synchronous client creates a new HTTP client per request and is thread-safe. For high-concurrency applications, consider using the async client with a single event loop.
0 commit comments