Snowbound

Results 4 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

The LeaseDuration in rdb.go should be configurable, as it directly affects the processes of all tasks. If it always defaults to 30 seconds, tasks that require relatively long processing times...

enhancement