mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Fixes Issue #12
This commit is contained in:
parent
6a99c5a53f
commit
1c198de5e4
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue