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
Fix processing events when input writes during data event
This is a rare edge case that only triggered under these circumstances:
* A control codes is in the middle of the buffer
* A consumer listens for the data event
* The consumer pushes data to the input stream during the event handler
0 commit comments