Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use
BinaryIO
not TextIO
in start_io()
Although this is strictly an API change, I think it's actually just a fix because passing an actual `TextIO` object causes an error. Fixes: #496
- Loading branch information