Skip to content

Commit b860148

Browse files
authored
Merge branch 'main' into 0.7.4-rc3-changelog
2 parents a072ffe + 1d4f98e commit b860148

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)