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
Is there a way right now to stop the decoding of a file?
As far as I see from looking at the code if you were to stop calling the Decode() method before you went through the entire file there would be dangling go routines that you can't stop. Am I missing something, or is it just not intended so far to stop the decoding prematurely?
The text was updated successfully, but these errors were encountered:
Is there a way right now to stop the decoding of a file?
As far as I see from looking at the code if you were to stop calling the
Decode()
method before you went through the entire file there would be dangling go routines that you can't stop. Am I missing something, or is it just not intended so far to stop the decoding prematurely?The text was updated successfully, but these errors were encountered: