-
As of the merged PR #5792, the underlying CBOR and JSON codecs do expose However, those codecs live in private modules (protocols/request-response/src/cbor.rs) and are not publicly re-exported. Shall a user-facing config of max_request/response_message_size to be added and links to the codecs during construction ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The |
Beta Was this translation helpful? Give feedback.
Hi @maqi we plan to do it after merging the
async-std
deprecation PR'. Meanwhile does Darius suggestions work for you?