Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 66003e7

Browse files
committed
fix: msg id not assigned in send_and_await_reply
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent e0f8a69 commit 66003e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aries_staticagent/static_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def _reply_match(returned: Message):
633633
return hydrated.id == returned.thread["thid"]
634634

635635
return await self.send_and_await_returned_async(
636-
msg,
636+
hydrated,
637637
type_=type_,
638638
condition=_reply_match,
639639
return_route=return_route,

0 commit comments

Comments
 (0)