-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error messages appearing when using tcpout connection string #48
Comments
I have never seen this error, will try to replicate it |
I saw it now, will check it asap |
I believe I've found the source of this error message in https://github.com/mavlink/rust-mavlink/blob/master/src/connection/tcp.rs#L33
If I comment out the line above, the error message goes away and mavlink2rest still seems to work ok. Do you foresee any unintended consequences from this approach? |
I can confirm it happens too. |
Experienced this as well and reported as issue #102. Noticed this issue for what is probably the same thing when spending a little more time looking at the project. Running raspbian on a pi 0 |
Getting lots of error messages when using a tcpout connection:
I don't get these error messages when using UDP or tcpin.
The application still appears to be working despite the error messages.
The text was updated successfully, but these errors were encountered: