对点位进行锁定

This commit is contained in:
2024-11-13 11:25:37 +08:00
parent 9f40a7156e
commit 9b643f4352
6 changed files with 13 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ func Play(ctx context.Context, file string) error {
a := make(chan struct{})
defer close(a)
wait.Add(1)
go func() {
defer wait.Done()