You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explanation:
The while loop will read in 1 byte at the time until it founds a \n character aka a newline at the end off the data, which indicates the end of a packet
The text was updated successfully, but these errors were encountered:
If more data than PACKET_SIZE defines are received, then the following function cuts off the last package:
nostale_utils/utils.py
Lines 131 to 133 in e872596
Inserting the following lines between line 131 and line 132 will fix this bug.
Explanation:
The while loop will read in 1 byte at the time until it founds a \n character aka a newline at the end off the data, which indicates the end of a packet
The text was updated successfully, but these errors were encountered: