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

Add access to MqttClientPublishResult for managed client #1572

Open
jkompis opened this issue Nov 15, 2022 · 0 comments
Open

Add access to MqttClientPublishResult for managed client #1572

jkompis opened this issue Nov 15, 2022 · 0 comments
Labels
feature-request New feature or request

Comments

@jkompis
Copy link

jkompis commented Nov 15, 2022

Describe the feature request

Hello, would it be possible to add callback that lets you access MqttClientPublishResult of the message published using managed clients EnqueueAsync? Optionally would it be possible to add this information into ApplicationMessageProcessedEventArgs? Whichever works better with your architecture.
Currently I am able to access this information only when using regular client PublishAsync.

Which project is your feature request related to?

  • ManagedClient

Describe the solution you'd like / Describe alternatives you've considered

  • New callback in managed client containing MqttClientPublishResult and ID of the enqueued managed application message.
  • New property in ApplicationMessageProcessedEventArgs containing publish result.
@jkompis jkompis added the feature-request New feature or request label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant