Issue:
After connecting with peers over LAN, trying to send an encrypted broadcast results in -1 bytes being sent.
Insight:
Encrypt byte array is not being set with data from a function that is meant to encrypt the plaintext payload.
results in null or 0 byte length, resulting in the error.
Issue:
After connecting with peers over LAN, trying to send an encrypted broadcast results in -1 bytes being sent.
Insight:
Encrypt byte array is not being set with data from a function that is meant to encrypt the plaintext payload.
results in null or 0 byte length, resulting in the error.