Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

StreamSocketOutput.WriteAsync is Sync on Full framework (SSL)  #768

@benaadams

Description

@benaadams

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?)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions