-
-
Notifications
You must be signed in to change notification settings - Fork 939
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
.Disconnect hangs the thread on MacOS #686
Comments
Same issue here |
See #355 Does the issue occur on the latest build on develop? |
@scottpidzarko thanks for the reference! Didn't find an existing issue on my terrible search... I'd be happy to test it, where can I grab the latest develop build? I'm not being able to compile from source. |
@delebru Please try 2020.0.0-beta1, and let me know it that fixed the issue for you. |
@drieseng works fine on 2020.0.0-beta1 |
@delebru Thanks for the feedback! |
The above code runs fine on Windows but hangs on MacOS. It will connect and run the remote command just fine, but it never gets past the .Disconnect. If there is no .Disconnect, it will hang on .Dispose.
Tested with .NET Core 2.2 and 3.1 and v2016.1.0.
Downgrading to v2013.4.7 fixes the issue.
The text was updated successfully, but these errors were encountered: