You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During hashing, client and master alike don't immediately exit. Perhaps it would be best to kill asyncio tasks immediately instead of trying to play nice.
Master doesn't write any files, and peers (re)hash their files anyway, so file corruption isn't really an issue.
The text was updated successfully, but these errors were encountered:
elonen
changed the title
Ctrl-c doesn't always kill program
Use more force on ctrl-c to kill program
Jan 28, 2020
Also, _hash_file() proceed in smaller bits instead of the whole chunk as in h = HashFunc().update(mm[p:(p+s)]).result() would probably make everything more responsive.
During hashing, client and master alike don't immediately exit. Perhaps it would be best to kill asyncio tasks immediately instead of trying to play nice.
Master doesn't write any files, and peers (re)hash their files anyway, so file corruption isn't really an issue.
The text was updated successfully, but these errors were encountered: