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
There should be a Data event with more_data=False, sent to the encoder
as is now the case. This was ok for files that weren't empty as a Data
event with more_data=True was sent thereby updating the state and
working past this issue.
This includes a test from @pandabear.
The other test fix is required as the file should be bytes.
0 commit comments