summaryrefslogtreecommitdiff
path: root/common/copy.go
AgeCommit message (Expand)Author
2022-09-15Make copy and write IO operations async.Keuin
2022-09-13Bugfix: task won't stop after Ctrl-C is sent.v0.3.2Keuin
2022-09-10Fix task is not properly restarted when the live is closed and started again.Keuin
2022-09-09Fix file buffer does not take effect. No idea why golang's io utility is so s...Keuin
2022-09-08Remove unnecessary boolean flag.Keuin
2022-09-07Handle error correctly when copying live stream.Keuin