intelligentplant / AppStoreConnect.Adapters

Allows Intelligent Plant App Store Connect to query 3rd party systems
https://appstore.intelligentplant.com
MIT License
0 stars 0 forks source link

Add full netfx gRPC support on Windows 11 #385

Closed wazzamatazz closed 5 months ago

wazzamatazz commented 5 months ago

Client streaming and bidirectional streaming are fully supported on Windows 11 when using WinHTTP: https://learn.microsoft.com/en-us/aspnet/core/grpc/netstandard#net-framework

The gRPC adapter proxy should be modified so that .NET Framework on Windows 11 can use these methods in tag value subscriptions etc. instead of the current workarounds.

It's highly likely that full support will be added in the next version of Windows Server as well.