Closed MCLiii closed 9 months ago
if we remove the if (stop) return; line then we can also remove the stop=true line 11, and the entire method actually since stop has no other purpose
Few more changes, using buffer.clear() in every loop causes partial data for next packet to be wasted and cause program to think it's corrupted, the new commits addresses that and remove the usleep that's slowing down the backendprocesses.
See issue #42