Skip to content

Commit 1e371c3

Browse files
Update README.md
Co-authored-by: Georgiy Lebedev <[email protected]>
1 parent 5b1b51f commit 1e371c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ will contain all decoded `UserTuples`.
268268
269269
A `Connector` object and all its instances of `Connection` must be used in a single thread. For multi-threaded usage, one can create one or several `Connector` instances for each thread. Let me remind you that each `Connection` must be used only with `Connector` that has created it.
270270
271-
If one uses his own `Buffer` or `NetProvider` implementations in scenario with multi-threaded `Connector`, the must not share any state (must not have `static` fields, for example).
271+
If custom `Buffer` or `NetProvider` implementations are used for `Connector` objects, the custom implementations must not share any state (e.g., `static` fields).

0 commit comments

Comments
 (0)