-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_stream: Add ready method to socket stream
For now the connection is not ready when: * Read returned a wrong value (0 bytes = remote peer closed the connection). Close() is called. * Manually released or closed Change-Id: I9306116f01233a48e5d61e8054e0047ffce19b7c Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253772 Pigweed-Auto-Submit: Armando Montanez <[email protected]> Docs-Not-Needed: Ronan Chauvin <[email protected]> Reviewed-by: Armando Montanez <[email protected]> Lint: Lint 🤖 <[email protected]> Reviewed-by: Ted Pudlik <[email protected]> Commit-Queue: Ted Pudlik <[email protected]>
- Loading branch information
Ronan Chauvin
authored and
CQ Bot Account
committed
Jan 6, 2025
1 parent
9cb5a89
commit e7380e5
Showing
3 changed files
with
10 additions
and
0 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
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
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