Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
If the user forgets to call IIgniteClient.Dispose, thin client objects will remain in memory forever.
Thin client creates a dedicated response reader thread that holds a reference to the entire thin client object tree though Marshaller object.
We should detect this scenario and clean up properly.
Attachments
Issue Links
- is related to
-
IGNITE-7369 .NET: Thin client: Transactions
- Resolved