pygate / pygate-gRPC

A Python gRPC Powergate client
http://pygate.tech
MIT License
22 stars 5 forks source link

Download to a file. #26

Closed leonardge closed 4 years ago

peterVG commented 4 years ago

This change works for text based files like .txt and .md but still does not work for other formats like PDF or PNG. See the PNG file I committed for testing https://github.com/pygate/pygate-gRPC/pull/26/commits/9fe746b7ed8454bdb7f4d432115d067a56761a37

peterVG commented 4 years ago

Looping over the byte chunks works, thanks Leonard! All manual and automated tests passed so this PR is good to go.