Closed vzyrianov closed 5 years ago
Crashes on Disconnect.
1) Connect plugin to Core 2) Start Tracking with Core 3) Stop Tracking with Core 4) Disconnect plugin from Core
Getting the following exception:
System.ObjectDisposedException: 'Cannot access a disposed object.
Object name: 'System.Net.Sockets.NetworkStream'.'
From file SocketManager.cs line 41 in the ReadData Method.
Worked on #38 . Renamed identifiers to follow C# standards. Did some minor modifications / optimizations.