Skip to content

Commit 74e0f44

Browse files
bootjpCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent fca3334 commit 74e0f44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

proxy/pubsub.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ func (s *pubsubSession) dispatchPubSubCommand(args [][]byte) bool {
178178
case cmdPing:
179179
s.handlePubSubPing(args)
180180
case cmdQuit:
181+
s.writeString("OK")
181182
return false
182183
default:
183184
s.writeError("ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / PING / QUIT allowed in this context")

0 commit comments

Comments
 (0)