chore: apply suggestions

This commit is contained in:
2025-11-25 12:56:13 +01:00
parent ae7c7a0236
commit 953fde7b0c
5 changed files with 20 additions and 1 deletions

View File

@@ -189,6 +189,10 @@ class RICommunicationAgent(BaseAgent):
self.logger.warning("Unhandled negotiation id: %s", id)
async def stop(self):
"""
Closes all sockets.
:return:
"""
if self._req_socket:
self._req_socket.close()
if self.pub_socket: