Message chunks missing #148
Closed
rodmacpherson
started this conversation in
General
Replies: 2 comments 2 replies
|
If a question is short enough to be sent in one message it works very well, but chunked questions will be missing up to half the options. |
1 reply
|
Check out the following config stuff, I dev on heltec v3 and rak Split delay start small like 0.5 [messagingSettings]
# delay in seconds for response to avoid message collision
responseDelay = 1.2
# delay in seconds for splits in messages to avoid message collision
splitDelay = 0.0
# message chunk size for sending at high success rate, chunkr allows exceeding by 3 characters
MESSAGE_CHUNK_SIZE = 160 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi, I just started playing around with meshing-around and when running hamtest, on longer messages it splits them into chunks, but it seems to try to send chunks too fast, and I do not recieve all of the message chunks.
I think that it is trying to transmit the next part before the node is ready to take it.
Is there a setting to slow it down a little?
My node for transmitting from the BBS is TCP connected if that makes any difference.
All reactions