Trying to work better with the "async" close on the UBLOX SARA R410

This commit is contained in:
Sara Damiano
2019-05-08 18:25:49 -04:00
parent 43cd516d1f
commit 7bbe045c78
9 changed files with 29 additions and 18 deletions

View File

@@ -76,7 +76,7 @@ public:
sock_connected = at->modemConnect(host, port, mux);
// sock_connected = at->modemConnect(host, port, &mux);
// at->sockets[mux] = this;
// ^^ TODO: attach the socet after attempting connection or above at init?
// ^^ TODO: attach the socket after attempting connection or above at init?
// Currently done inconsistently between modems
return sock_connected;
}