Skip to content

Commit 1d4f98e

Browse files
authored
Merge pull request openwallet-foundation#1816 from ianco/master
Fix missing webhook handler
2 parents c308329 + 3c12f31 commit 1d4f98e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

demo/runners/agent_container.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ async def handle_oob_invitation(self, message):
9999
print("handle_oob_invitation()")
100100
pass
101101

102+
async def handle_out_of_band(self, message):
103+
print("handle_out_of_band()")
104+
pass
105+
102106
async def handle_connection_reuse(self, message):
103107
# we are reusing an existing connection, set our status to the existing connection
104108
if not self._connection_ready.done():

0 commit comments

Comments
 (0)