Skip to content

Commit

Permalink
revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
vortexuser committed Apr 18, 2024
1 parent ae31033 commit 3422ed5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ def _check_if_available(cls) -> None:
"""
Checks if READY has been received
Note: The while loop here may not be necessary
Note: The while loop here may not be necessary, it is just there to make absolutely sure that *all*
the data in the UDP buffer is read out when waiting for ready signal, to avoid strange bugs
"""
try:
i = 0
Expand Down

0 comments on commit 3422ed5

Please sign in to comment.