bsach64 / goback

2 stars 0 forks source link

Re-uploading file after error fails #41

Closed Unic-X closed 1 month ago

Unic-X commented 1 month ago

When trying to upload a file, if first invocation fails and client retries it exits with a runtime error.

The client should be running even if file upload fails and should still be connected to the server.

Steps to reproduce :

  1. Setup a single client and server.
  2. Upload any file (should fail as only single client is connected to server)
  3. Try uploading the file again.
  4. The client exits out with a runtime error.

Client side error:

image

Server side error log:

image