Skip to content

Commit

Permalink
perf: fix part recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Dec 25, 2024
1 parent 59db531 commit 36dcb5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/tunnel/replay_recorder.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ func (p *PartRecorder) Start(ctx context.Context, joinTunnel *guacd.Tunnel) {
}
case guacd.InstructionClientNop:
logger.Debugf("PartRecorder(%s) receive nop", p)
_ = joinTunnel.WriteInstructionAndFlush(inst)
continue
default:
}
Expand Down

0 comments on commit 36dcb5f

Please sign in to comment.