Issue
Cannot access a disposed object.
Object name: 'System.Net.Sockets.NetworkStream'.
Description
I have upgraded the C# bindings in my project a while ago to the latest version released on 08-Apr-2024. After update a small part of my clients reported the inability to use my product due to sudden loss of connection after a few seconds of uptime.
After doing some digging, I noticed this problem is not present in the previous binding I used 2.1.24.0.
Is this the same issue described in #57?