Skip to content

Commit

Permalink
fix: cleanup CounterLock debug daemon logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 23, 2024
1 parent ee82bea commit 494ddc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions a_sync/primitives/locks/counter.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ cdef class CounterLock(_DebugDaemonMixin):
"""
cdef time_t start, now
start = time(NULL)
await sleep(300)
while self._events:
now = time(NULL)
self.get_logger().debug(
Expand Down

0 comments on commit 494ddc0

Please sign in to comment.