Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2018

  1. For .NET Core, TcpClient doesn't support the .Connect() API; only .Co…

    …nnectAsync(). 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 committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    0707c19 View commit details
    Browse the repository at this point in the history
  2. EasyModbusTCPCore BREAKING: Renamed Connect() to ConnectAsync() in Mo…

    …dbusClient for clarity.
    3bh committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    9c63259 View commit details
    Browse the repository at this point in the history