-
Notifications
You must be signed in to change notification settings - Fork 11
Block Size is limited to 256 bytes #24
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
Labels
bug
Something isn't working
Comments
You're correct! The MQTTFileDownloader.h file sets this to I'm going to mark this as a bug so that we update the repository to account for this. |
kstribrnAmzn
added a commit
to kstribrnAmzn/aws-iot-core-mqtt-file-streams-embedded-c
that referenced
this issue
May 30, 2024
Block size for file transfer should be configurable from 256 bytes to 128 KB. Issue: aws#24
kstribrnAmzn
added a commit
to kstribrnAmzn/aws-iot-core-mqtt-file-streams-embedded-c
that referenced
this issue
May 30, 2024
Block size for file transfer should be configurable from 256 bytes to 128 KB. Issue: aws#24
kstribrnAmzn
added a commit
to kstribrnAmzn/aws-iot-core-mqtt-file-streams-embedded-c
that referenced
this issue
May 30, 2024
Block size for file transfer should be configurable from 256 bytes to 128 KB. Issue: aws#24
kstribrnAmzn
added a commit
to kstribrnAmzn/aws-iot-core-mqtt-file-streams-embedded-c
that referenced
this issue
May 30, 2024
Block size for file transfer should be configurable from 256 bytes to 128 KB. Issue: aws#24
kstribrnAmzn
added a commit
to kstribrnAmzn/aws-iot-core-mqtt-file-streams-embedded-c
that referenced
this issue
May 30, 2024
Block size for file transfer should be configurable from 256 bytes to 128 KB. Issue: aws#24
kstribrnAmzn
added a commit
to kstribrnAmzn/aws-iot-core-mqtt-file-streams-embedded-c
that referenced
this issue
May 30, 2024
Block size for file transfer should be configurable from 256 bytes to 128 KB. Issue: aws#24
kstribrnAmzn
added a commit
to kstribrnAmzn/aws-iot-core-mqtt-file-streams-embedded-c
that referenced
this issue
May 30, 2024
Block size for file transfer should be configurable from 256 bytes to 128 KB. Issue: aws#24
kstribrnAmzn
added a commit
to kstribrnAmzn/aws-iot-core-mqtt-file-streams-embedded-c
that referenced
this issue
May 30, 2024
Block size for file transfer should be configurable from 256 bytes to 128 KB. Issue: aws#24
kstribrnAmzn
added a commit
to kstribrnAmzn/aws-iot-core-mqtt-file-streams-embedded-c
that referenced
this issue
May 30, 2024
Block size for file transfer should be configurable from 256 bytes to 128 KB. Issue: aws#24
I've created #32 to remedy this. |
kstribrnAmzn
added a commit
to kstribrnAmzn/aws-iot-core-mqtt-file-streams-embedded-c
that referenced
this issue
May 30, 2024
Block size for file transfer should be configurable from 256 bytes to 128 KB. Issue: aws#24
This fix is merged in. The block size is now configurable. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
mqttFileDownloader_CONFIG_BLOCK_SIZE
variable limits sending blocks larger than 256 bytes.The following lines show why it is limited to 256 bytes:
The text was updated successfully, but these errors were encountered: