Skip to content

Allow throwing Exception if stream resource is not supported - #158

Merged
WyriHaximus merged 1 commit into
reactphp:masterfrom
clue-labs:exception
Mar 26, 2018
Merged

Allow throwing Exception if stream resource is not supported#158
WyriHaximus merged 1 commit into
reactphp:masterfrom
clue-labs:exception

Conversation

@clue

@clueclue commented Mar 26, 2018

Copy link
Copy Markdown
Member

This very simple PR adds documentation to make consumers aware that addReadStream() and addWriteStream()MAY throw an Exception if the given stream resource type is not supported by the underlying event loop implementation. This is explicitly not enforced due to performance considerations, so consumers SHOULD NOT rely on this.

Builds on top of #110

@WyriHaximus
WyriHaximus merged commit 1fb6a4b into reactphp:masterMar 26, 2018
@clue
clue deleted the exception branch March 26, 2018 14:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@jsor@WyriHaximus