EasyModbusTCP.NET icon indicating copy to clipboard operation
EasyModbusTCP.NET copied to clipboard

For .NET Core, TcpClient doesn't support the .Connect() API

Open 3bh opened this issue 7 years ago • 0 comments

TcpClient only supports ConnectAsync() in .NET Core. This requires that our .Connect() wrapper wait for the .ConnectAsync() call to complete before calling .GetStream(), so we will make the .Connect() method awaitable.

3bh avatar Aug 10 '18 16:08 3bh