python
python copied to clipboard
[Bug] Interface.sendData completes without error but nothing is received(maybe not sent)
When sending binary data using sendData, if the size of the payload is close but not greater than the max size allowed by the library, it allows it, but the data is never sent which leads to confusing behavior.