Skip to content

Added vTaskDelay(8) to stream to give some processing time #2260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Added vTaskDelay(8) to stream to give some processing time #2260

wants to merge 1 commit into from

Conversation

lbernstone
Copy link
Contributor

Fixes #2212
A delay after reading a byte is needed after reading bytes into Stream. Otherwise, this causes a loadStoreError in the read, as bytes are not yet available?
I'm not sure exactly what throws the panic, so I delay 8 ticks, which seems to be enough to refill.

@lbernstone lbernstone closed this Jan 1, 2019
@lbernstone lbernstone deleted the StreamFix branch January 1, 2019 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant