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

Use windows api to honour timeouts (fixes #3111) #3112

Merged
merged 7 commits into from
May 8, 2023

Commits on Apr 23, 2023

  1. Use WaitForSingleObject in recv_into

    Signed-off-by: Imogen <59090860+ImogenBits@users.noreply.github.com>
    ImogenBits committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    208bcbf View commit details
    Browse the repository at this point in the history
  2. create file handle with async mode

    Signed-off-by: Imogen <59090860+ImogenBits@users.noreply.github.com>
    ImogenBits committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    f861f1c View commit details
    Browse the repository at this point in the history
  3. use WaitForSingleObject in send

    Signed-off-by: Imogen <59090860+ImogenBits@users.noreply.github.com>
    ImogenBits committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    2e08ad0 View commit details
    Browse the repository at this point in the history
  4. round timeout to int

    Signed-off-by: Imogen <59090860+ImogenBits@users.noreply.github.com>
    ImogenBits committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    0a147b7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. remove python 2 code

    Signed-off-by: Imogen <59090860+ImogenBits@users.noreply.github.com>
    ImogenBits committed May 6, 2023
    Configuration menu
    Copy the full SHA
    05599cd View commit details
    Browse the repository at this point in the history
  2. Close event handle after reading/writing

    Signed-off-by: Imogen <59090860+ImogenBits@users.noreply.github.com>
    ImogenBits committed May 6, 2023
    Configuration menu
    Copy the full SHA
    81601c8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. fix line width

    Signed-off-by: Imogen <59090860+ImogenBits@users.noreply.github.com>
    ImogenBits committed May 8, 2023
    Configuration menu
    Copy the full SHA
    228cba2 View commit details
    Browse the repository at this point in the history