On Wed, Aug 23, 2023 at 6:37 AM Phillip Siessl
wrote:
> Hi
>
> i have some issues when i try to download a larger zip file (5GB) via the
> sftp package in go.
> about 20% of the time it runs through smoothly but the other 80% i get a
> panic with
> "fatal error: concurrent map writes writing to f
Hi
i have some issues when i try to download a larger zip file (5GB) via the
sftp package in go.
about 20% of the time it runs through smoothly but the other 80% i get a
panic with
"fatal error: concurrent map writes writing to file" or "fatal error:
concurrent map read and map write".
this