Skip to content

Commit

Permalink
added time_span to acks
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteUniOldenburg committed Apr 2, 2024
1 parent 8249f9d commit 0816703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mango_library/negotiation/winzent/winzent_base_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ async def handle_acceptance_reply(self, reply):
is_answer=True, answer_to=reply.id,
sender=self.aid, receiver=reply.sender,
value=reply.value,
time_span=list(reply.time_span),
ttl=self._current_ttl, id=str(uuid.uuid4()))
await self.send_message(answer)
self._adapted_flex_according_to_msgs.append(reply.id)
Expand Down

0 comments on commit 0816703

Please sign in to comment.