lehitoskin/blight

Splitting messages doesn't work with longer messages

zetok opened this issue · 2 comments

Blight doesn't send larger messages in full.
Tested with newest Blight, Venom and µTox. Tested only in direction: Blight → other client. I didn't test sending between Blights.

Test sample: https://gist.github.com/zetok/53f0b55b21fcc25769a3

Steps to reproduce:

  1. Copy and paste test sample as whole message and send it.
  2. Receiver doesn't get whole message.

Reproducible: Always

Blight only splits messages up to 3 times the max length. I haven't taken the time to split it an indefinite amount of times, it's a real pain in the ass.

This was fixed a long time ago (circa 0bac7c1).