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
  • Loading branch information
FabioPinheiro authored Aug 18, 2023
1 parent 7bd950f commit 6249f37
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 6249f37

Please sign in to comment.