Skip to content

Commit 9dc7050

Browse files
committed
Update Elatec.NET.cs
1 parent 1666058 commit 9dc7050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Elatec.NET.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@ await Task.Run(() =>
21002100

21012101
throw new ReaderException("Call was not successfull, error " + Enum.GetName(typeof(ReaderError), ReaderError.NotInit), null);
21022102
}
2103-
});
2103+
}).ConfigureAwait(false);
21042104

21052105
var version = await GetVersionStringAsync();
21062106
return version.StartsWith("TWN4");

0 commit comments

Comments
 (0)