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
When I implement this example, I have met a problem: if the file has been uploaded, run this example again, it will hang there for ever. So my suggestion is in uploader.go, add the code similar like below. In this case, u.offset == u.upload.size at first calling but there is no signal to the chan.
The text was updated successfully, but these errors were encountered:
Hi,
When I implement this example, I have met a problem: if the file has been uploaded, run this example again, it will hang there for ever. So my suggestion is in uploader.go, add the code similar like below. In this case, u.offset == u.upload.size at first calling but there is no signal to the chan.
The text was updated successfully, but these errors were encountered: