Skip to content
New issue

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

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

Already on GitHub? # to your account

[Windows] Check for errors when connecting with client #182

Merged
merged 1 commit into from
Apr 29, 2023

Commits on Apr 12, 2023

  1. Check for errors when connecting to client

    The unwrap() causes a panic.  This can happen if the file doesn't exist or there is a small chance when mutliple clients connect quickly that the pipe returns 'All pipe instances are busy.' also causing a panic.  This allows the caller to handle these errors and retry if necessary (as is the case with the pipe instances being busy).
    
    Signed-off-by: James Sturtevant <jstur@microsoft.com>
    jsturtevant committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d96bea3 View commit details
    Browse the repository at this point in the history