recursive call typo
animeshtrivedi opened this issue · 1 comments
animeshtrivedi commented
I think you want to do :
- readFully(position, buf);
- readFully(position, buf, 0, buf.length);
Currently it is an infinite recursion.
patrickstuedi commented
Fixed in f11aa8b