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
Reinitialize serial buffer on every read to avoid concurrent rewrite
buffered_ch was being rewritten with data being read on a later Read()
Attention: this implementation "leaks" (ch will be garbage collected every time)
Please profile the memory usage before merging
0 commit comments