-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
QE 2022-11-28, QE 2022-12-12
-
5
-
None
-
None
-
None
-
None
-
None
-
None
-
None
A DBClientCursor instance is shared between the main and stdx::async threads. The problem can be easily resolved, because the main thread only needs to access cursorId, which can be copied.