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

@@ -75,7 +75,7 @@ public:
if (sock_connected) {
mux = newMux;
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;