iTrace-Dev / iTrace-VisualStudio

Visual Studio plugin to identify textual and interface elements based on iTrace Core gaze data
GNU General Public License v3.0
4 stars 1 forks source link

Issue #38 refactoring #40

Closed vzyrianov closed 5 years ago

vzyrianov commented 5 years ago

Worked on #38 . Renamed identifiers to follow C# standards. Did some minor modifications / optimizations.

dtg3 commented 5 years ago

Crashes on Disconnect.

Steps to reproduce:

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.