indy-sdk icon indicating copy to clipboard operation
indy-sdk copied to clipboard

iOS wrapper: Fix message is undeliverable issue.

Open afrisalyp opened this issue 4 years ago • 2 comments

Passing empty sender string into indy_pack_message can causes failed packing message.

This changes will add string length checking.

https://github.com/hyperledger/aries-framework-javascript/issues/522 https://github.com/hyperledger/aries-mobile-agent-react-native/issues/112

afrisalyp avatar Nov 22 '21 10:11 afrisalyp

@afrisalyp can you fix DCO/CI

MosCD3 avatar Dec 27 '21 19:12 MosCD3

A fix for the build issues has been implemented (https://github.com/hyperledger/indy-sdk/pull/2470). Please rebase this PR on the latest from the main branch so it is no longer blocked by the related build issues.

WadeBarnes avatar Jan 21 '22 16:01 WadeBarnes