2
I’m working with sockets in embedded system communication. I create a thread to handle the connection, but as my system uses Wi-Fi connection I need to perform some way a connection test before sending or receiving, in case this connection falls I treat it right away to reconnect. Would anyone have any idea how to perform this test?