cyanfish / grpc-dotnet-namedpipes

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

allow fifo task execution #49

Open zachrybaker opened 10 months ago

zachrybaker commented 10 months ago

Expose task factory as a server context option so that FIFO task queue can be used.

Address false error on disconnect.

google-cla[bot] commented 10 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] commented 10 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

zachrybaker commented 10 months ago

@cyanfish I made the threadpool for the listeners configurable as it seemed to matter in load/stress testing in my use case to bump it up.