Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/0.7.4-rc3-changelog' into 0.7.4-…
Browse files Browse the repository at this point in the history
…rc3-changelog
  • Loading branch information
swcurran committed Jun 16, 2022
2 parents 1f85bad + b860148 commit e163e98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/runners/agent_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ async def handle_oob_invitation(self, message):
print("handle_oob_invitation()")
pass

async def handle_out_of_band(self, message):
print("handle_out_of_band()")
pass

async def handle_connection_reuse(self, message):
# we are reusing an existing connection, set our status to the existing connection
if not self._connection_ready.done():
Expand Down

0 comments on commit e163e98

Please sign in to comment.