Skip to content

Commit

Permalink
Remove call CancelIOAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 committed May 10, 2016
1 parent 925de6d commit 584d349
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 584d349

Please sign in to comment.