In our solution we currently use the JsonHttpClient. However as this is an internal API, we would like to enabled MsgPack.
Is there a MsgPackHttpClient that can be a drop in replacement? I know there is a MsgPackServiceClienthere but we want to make use of HttpClient under the hood.
It’s the most popular and the only one we support on HttpClient.
The ServiceClient uses HttpClient behind the scenes in .NET Core and was fairly recently rewritten to use new async APIs instead of the old APM async APIs so I would try them again if you haven’t recently tried them.