You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* core: Correctly close sockets
* Update socket_holder.cpp - Fix newline style
* Update socket_holder.cpp
* Update src/mavsdk/core/tcp_client_connection.cpp
Co-authored-by: Jonas Vautherin <[email protected]>
* Update socket_holder.cpp - fix code style
* Update tcp_client_connection.cpp - fix code style
* Update tcp_server_connection.cpp - fix code style
* Update socket_holder.h - fix code style
* Update src/mavsdk/core/socket_holder.h
Co-authored-by: Julian Oes <[email protected]>
* Update socket_holder.h - use 64 bit descriptor type on Win64
* Update socket_holder.cpp - use 64 bit descriptor type on Win64
* Update socket_holder.cpp - minor improving of if logic
* Remove default move constructor
It is currently not in use, and the default implementation is not suitable because it does not change _fd to INVALID for the object being copied from
---------
Co-authored-by: Jonas Vautherin <[email protected]>
Co-authored-by: Julian Oes <[email protected]>
0 commit comments