Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Twirre <s.a.meulenbelt@students.uu.nl>
This commit is contained in:
@@ -56,7 +56,7 @@ class RICommunicationAgent(BaseAgent):
|
||||
# See what endpoint we received
|
||||
match message["endpoint"]:
|
||||
case "ping":
|
||||
await asyncio.sleep(settings.agent_settings.behaviour_settings.ping_sleep_s)
|
||||
await asyncio.sleep(settings.behaviour_settings.ping_sleep_s)
|
||||
case _:
|
||||
self.agent.logger.info(
|
||||
"Received message with topic different than ping, while ping expected."
|
||||
|
||||
Reference in New Issue
Block a user