Fixes Issue #12

This commit is contained in:
mort5161 2015-10-18 21:46:03 -07:00
parent 6a99c5a53f
commit 1c198de5e4

View file

@ -81,7 +81,7 @@ namespace NmeaParser
{
OnData(buffer.Take(readCount).ToArray());
}
await Task.Delay(50, token);
await Task.Delay(50);
}
if (closeTask != null)
closeTask.SetResult(true);