IoReader suppose Seek impl to be of fixed len, substrate usage is otherwise (#212)
Seek trait doesn't ensure that the length is fixed, thus our usage in IoReader is wrong. Now fixed.
Please register or sign in to comment
Seek trait doesn't ensure that the length is fixed, thus our usage in IoReader is wrong. Now fixed.