This repository was archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cellular socket improvement: read/write exit on remote closure. (#1070)
If a cellular socket write or read function (i.e. uCellSockWrite()/uCellSockRead()) were in progress when the remote-end of the connection closed the socket, the read/write processes would not notice, they would just continue what they were doing until time out. The functions will now exit if that occurs. Thanks to arnoutdekimo for pointing this out.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters