Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handleRetainMsg方法,保留消息的处理和协议官方描述不符 #15

Merged
merged 3 commits into from
Oct 30, 2021

Conversation

nightmare815
Copy link
Contributor

No description provided.

应该是inMemTopicClientsMap.get(e),而不是topic,topic为传入进来的主题过滤器,e才是真正的订阅主题
redisTopics为空不应该返回空集合,未开启缓存的情况下,本地内存中也有主题订阅信息。直接返回空集合就无法扫描到本地内存中保存的订阅信息。
@Amazingwujun Amazingwujun added the bug Something isn't working label Oct 30, 2021
@Amazingwujun Amazingwujun merged commit 2e79316 into Amazingwujun:v1.0 Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants