Skip to content

Commit

Permalink
feat: reply asynchronous unless return_route all (#86)
Browse files Browse the repository at this point in the history
All DIDComm call must be asynchronous unless it has return_route header specified
For ATL-5535

Signed-off-by: Fabio <Pinheiro>
  • Loading branch information
FabioPinheiro authored and Fabio committed Apr 30, 2024
1 parent 06c0b89 commit 4895866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ object ActionUtils {
case Some(replyTo) => send2DIDs.contains(replyTo)
}
}
} || action.isInstanceOf[SyncReplyOnly]
} // || action.isInstanceOf[SyncReplyOnly]
)
} yield maybeSyncReplyMsg
}
Expand Down

0 comments on commit 4895866

Please sign in to comment.