Skip to content

Commit

Permalink
Revert close delay
Browse files Browse the repository at this point in the history
  • Loading branch information
alengwenus committed Jan 22, 2024
1 parent 69162aa commit 37ff3a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pypck/connection.py
Expand Up @@ -347,8 +347,6 @@ async def async_close(self) -> None:
"""Close the active connection."""
await self.cancel_requests()
await super().async_close()
# brief delay to allow host free up used license for validation
await asyncio.sleep(0.25)
_LOGGER.debug("Connection to %s closed.", self.connection_id)

def set_local_seg_id(self, local_seg_id: int) -> None:
Expand Down

0 comments on commit 37ff3a8

Please sign in to comment.