SPLRadioRoom icon indicating copy to clipboard operation
SPLRadioRoom copied to clipboard

Simplify MAVLinkTCP::receive_message()

Open envirover opened this issue 3 years ago • 0 comments

The current implementation of MAVLinkTCP::receive_message() uses complex logic to determine MAVLink message size. Adding support for MAVLink 2 complicated it even more. The implementation should be simplified to just read and parse just one byte at a time from the buffered socket.

envirover avatar Feb 26 '21 03:02 envirover