]> 127.0.0.1 Git - part/.git/commitdiff
fix v0.10.13
authorqydysky <32743305+qydysky@users.noreply.github.com>
Sun, 16 Oct 2022 12:53:40 +0000 (20:53 +0800)
committerqydysky <32743305+qydysky@users.noreply.github.com>
Sun, 16 Oct 2022 12:53:40 +0000 (20:53 +0800)
websocket/Recoder.go

index 8ce9a1838a2062e08ad88e060060a55bb6676647..c01e133626cb2b19b056506cd3e4a7da48ec0900 100644 (file)
@@ -57,10 +57,6 @@ func (t *Recorder) Start(filePath string) error {
                                }
                                return false
                        },
-                       `close`: func(data interface{}) bool {
-                               t.Stop()
-                               return true
-                       },
                })
                t.stopflag.Wait()
        }()