We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dc863 commit 528596bCopy full SHA for 528596b
pkg/session/server.go
@@ -407,6 +407,7 @@ func (s *Server) RegisterFinishReplayCallback(tunnel TunnelSession) func(guacd.C
407
408
if s.VideoWorkerClient != nil && s.UploadReplayToVideoWorker(tunnel, info, dstReplayFilePath) {
409
logger.Infof("Upload replay file to video worker: %s", dstReplayFilePath)
410
+ _ = os.Remove(dstReplayFilePath)
411
return nil
412
}
413
s.RecordLifecycleLog(tunnel.ID, model.ReplayUploadStart, model.EmptyLifecycleLog)
0 commit comments