cyanfish / grpc-dotnet-namedpipes

Named pipe transport for gRPC in C#/.NET
Apache License 2.0
183 stars 47 forks source link

can add net45 support? #25

Closed IOL0ol1 closed 3 years ago

IOL0ol1 commented 3 years ago

Grpc provides support as low as net45 for old project

cyanfish commented 3 years ago

Unfortunately .NET 4.5 doesn't have some of the async features used in the implementation, and workarounds aren't trivial. I'm not planning on adding that support.