Snowbound

Results 3 issues of Snowbound

windterm version: 2.5.0 The uploaded files are all byte 0. I don't know how to trigger them stably, but there is a high probability of triggering.

### What version of gotd are you using? ```bash github.com/gotd/td v0.83.0 ``` ### Can this issue be reproduced with the latest version? yes ### What did you do? procure a...

bug

### Description ``` func (a *App) Upload(sid uint32, dst string) error { return control.Upload(a.ctx, sid, dst) } func Upload(ctx context.Context, sid uint32, dst string) error { home, err := os.UserHomeDir()...

Bug