Skip to content

Commit

Permalink
Update broadcastmanager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreluctg authored Sep 27, 2023
1 parent 074e03a commit c455d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can/broadcastmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def _run(self) -> None:
if USE_WINDOWS_EVENTS:
win32event.WaitForSingleObject(
self.event.handle,
-1,
win32event.INFINITE,
)
else:
# Compensate for the time it takes to send the message
Expand Down

0 comments on commit c455d71

Please sign in to comment.