Can't PUBLISH when subscribed with RESP3 #2594
Labels
status: good-first-issue
An issue that can only be worked on by brand new contributors
type: bug
A general bug
Milestone
Bug Report
Current Behavior
Stack trace
Input Code
Input Code
Expected behavior/code
The message is published even though the client is subscribed to a channel already.
Environment
6.2.6.RELEASE
7.2.3
Possible Solution
Patch
PubSubEndpoint#isAllowed
to check for the client's protocol version.Something like:
Additional context
https://redis.io/commands/subscribe
added emphasis
The text was updated successfully, but these errors were encountered: