mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Trying to work better with the "async" close on the UBLOX SARA R410
This commit is contained in:
		@@ -85,7 +85,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;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user