You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
From #569; PR #588 resolves coreclr, however full framework still has the issue.
Issue on full framework if made sync (it blocks)

Fullframework uses framework's SSL stream the corefx SSL steam only supports
net46 (.NETFramework,Version=v4.6)
netstandard1.3 (.NETStandard,Version=v1.3)
So would currently need to version bump from v4.5.1 to use it or get the sslstream retargeted (if that would even work?)