Skip to content

Commit e163e98

Browse files
committed
Merge remote-tracking branch 'origin/0.7.4-rc3-changelog' into 0.7.4-rc3-changelog
2 parents 1f85bad + b860148 commit e163e98

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)