Thanks for the provider. We're using it in https://github.com/kopia/kopia
I got a bug report from one of the users kopia/kopia#547 reporting the provider sometimes returns errors like:
Post "https://pod-000-1042-01.backblaze.com/b2api/v1/b2_upload_file/a80b691f7eeff328733e0e15/c001_v0001042_t0059": write tcp 10.1.2.xxx:36218->206.190.208.112:443: use of closed network connection
The calling code is in:
https://github.com/kopia/kopia/blob/48f253173b7a0aa0a24ac30cdca755f730ea2ea5/repo/blob/b2/b2_storage.go#L180
I presume a single client is safe to be used concurrently by multiple goroutines. If that's indeed the case what could be the reason for the error?
Thanks for the provider. We're using it in https://github.com/kopia/kopia
I got a bug report from one of the users kopia/kopia#547 reporting the provider sometimes returns errors like:
The calling code is in:
https://github.com/kopia/kopia/blob/48f253173b7a0aa0a24ac30cdca755f730ea2ea5/repo/blob/b2/b2_storage.go#L180
I presume a single client is safe to be used concurrently by multiple goroutines. If that's indeed the case what could be the reason for the error?