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

No publish flow registered #126

Open
farion opened this issue Feb 15, 2022 · 1 comment
Open

No publish flow registered #126

farion opened this issue Feb 15, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@farion
Copy link
Member

farion commented Feb 15, 2022

Describe the bug
"No publish flow registered"-Error is thrown if something is published and nothing subscribed.

This is related to: hivemq/hivemq-mqtt-client#368

To Reproduce

  1. Connect to a broker
  2. Do NOT subscribe
  3. Publish a message
  4. 18:38:25,104; WARN;ing.MqttIncomingPublishService;ntLoopGroup-6-1; ;No publish flow registered for MqttStatefulPublish{stateless=MqttPublish{topic=sdfsadf, qos=AT_MOST_ONCE, retain=false}, packetIdentifier=-1, dup=false, topicAlias=0, subscriptionIdentifiers=[]}.

Expected behavior
No error happens

Desktop (please complete the following information):

  • OS: Ubuntu 21.10
  • Version: 0.14.2
@farion farion added the bug Something isn't working label Feb 15, 2022
@farion farion added this to the 0.15.0 milestone Feb 15, 2022
@farion farion moved this to Todo in CorreoMQTT Feb 15, 2022
@farion farion self-assigned this Jun 4, 2023
@farion farion closed this as completed Jun 6, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in CorreoMQTT Jun 6, 2023
@farion farion reopened this Jun 7, 2023
@farion farion modified the milestones: 0.15.0, 0.16.0 Jun 7, 2023
@farion
Copy link
Member Author

farion commented Jun 7, 2023

This needs remembering subscriptions from last session. Otherwise not cleaned sessions will receive messages and this error will appear. Not a real problem for now, just an error message.

@farion farion modified the milestones: 0.16.0, 1.0.0 Jul 3, 2024
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
Status: Done
Development

No branches or pull requests

1 participant