Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/hockeyApp' into hockeyApp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Popa committed May 11, 2016
2 parents 762cba2 + 86d0d65 commit 7b6ed50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OBDLibrary/ObdLibUWP/ObdWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ private async void PollObd()
}
if (socket != null)
{
await socket.CancelIOAsync();
socket.Dispose();
socket = null;
}
Expand Down

0 comments on commit 7b6ed50

Please sign in to comment.