diff options
| -rw-r--r-- | py/stream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/stream.c b/py/stream.c index 08c749cc3..482cae1fc 100644 --- a/py/stream.c +++ b/py/stream.c @@ -341,6 +341,7 @@ STATIC mp_obj_t stream_readall(mp_obj_t self_in) { p = vstr_extend(&vstr, DEFAULT_BUFFER_SIZE); current_read = DEFAULT_BUFFER_SIZE; } + RUN_BACKGROUND_TASKS; } vstr.len = total_size; |
