proudmonkey / AutoWrapper

A simple, yet customizable global exception handler and Http response wrapper for ASP.NET Core APIs.
MIT License
679 stars 82 forks source link

When using with gRPC, will make the gPRC call response with 'null' #66

Closed MongkonEiadon closed 3 years ago

MongkonEiadon commented 4 years ago

[Scenario] I've implement the API that will have REST + gRPC

[The problem]

[Troubleshooting]

P.S. Thanks for your package made my REST Easy and look great

proudmonkey commented 4 years ago

Hi @MongkonEiadon,

Thanks for your interests on using AutoWrapper :)

That's really interesting. I haven't tried using this with gRPC. Would you be able to throw some relevant codes here? Like what is the expected output?