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

Chunked Reading and Writing #145

Open
256dpi opened this issue Feb 8, 2019 · 4 comments
Open

Chunked Reading and Writing #145

256dpi opened this issue Feb 8, 2019 · 4 comments

Comments

@256dpi
Copy link
Owner

256dpi commented Feb 8, 2019

There have been various requests for adding a chunked reading and writing API to process messages that are larger than the configured buffer size. This issue is to track the implementation of that.

@mih380
Copy link

mih380 commented Apr 27, 2019

Is there a beta library available to test the chunked message functionality?

@256dpi
Copy link
Owner Author

256dpi commented Apr 28, 2019

Not yet, the functionality has not yet been implemented in the underlying lwmqtt library.

@nickels
Copy link

nickels commented Mar 21, 2020

Not yet, the functionality has not yet been implemented in the underlying lwmqtt library.

hi, using the library. It's great, thanks. I see you're also maintaining the underlaying library. When do you forsee that chunking will be implemented?

@nickels
Copy link

nickels commented Mar 21, 2020

Not yet, the functionality has not yet been implemented in the underlying lwmqtt library.

hi, using the library. It's great, thanks. I see you're also maintaining the underlaying library. When do you forsee that chunking will be implemented?

Was able to fix my issue by increating the buffer like so:

MQTTClient MqttClient = MQTTClient(1024);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants