-
Type: Improvement
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Types that implement the Session and SessionContext interfaces are not safe for use from multiple goroutines. However, the documentation on those interfaces and the functions that return them often lacks that important information. Mention that Session and SessionContext implementations are not goroutine-safe in the relevant documentation.
Relevant documentation:
- related to
-
GODRIVER-2452 Data Race condition in sessionImpl.clientSession.Aborting
- Closed