Closed franporcel closed 7 years ago
Benito fixed a bug in which the iterator was really big (garbage value) and it made the application crash
This was happening only with Python 3.6 and basically the call to stream.tell() sometimes was returning a garbage value. I think this is a bug in python so we have implemented a workaround.
stream.tell()
Benito fixed a bug in which the iterator was really big (garbage value) and it made the application crash