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

Publish stored messages using Enumerator #2018

Draft
wants to merge 1 commit into
base: release/4.x.x
Choose a base branch
from

Conversation

nedimtokic
Copy link

When using the MqttManagedClient, the function LoadQueuedMessagesAsync retrieves all data from the user, and when we have a large amount of data, we can issue a high memory consumption.

This PR removes adding loaded data into queue and sends it just before starting publishing new data.

@nedimtokic
Copy link
Author

@dotnet-policy-service agree

@chkr1011 chkr1011 changed the base branch from master to release/4.x.x August 24, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant