temporalio/sdk-php

Add Binary Protobuf Converter into default set

roxblnfk opened this issue · 0 comments

We have no ability to decode messages converted with binary/protobuf.

The converter should be added after the ProtoJsonConverter.
In this case PHP SDK will be able to decode binary/protobuf messages, and json/protobuf converter will still be used for marshalling by default.