Skip to content

Conversation

@clue
Copy link
Member

@clueclue commented Apr 28, 2017

This is a follow-up PR to #96 which introduces a new Server class which acts as a facade for the existing server classes. This class allows to start a TcpServer and SecureServer as-is and will prepare the code for the upcoming Unix domain socket server (#25) and upcoming SecureServer with auto-generated certificates (#95). This works very similar to how the Connector class is a facade for the client side connector classes.

This also fixes the intentional BC break introduced in #96 so that consumer code does not have to be updated.

Builds on top of #96

@clueclue added this to the v0.8.0 milestone Apr 28, 2017
@WyriHaximusWyriHaximus merged commit af233a7 into reactphp:masterApr 28, 2017
@clueclue deleted the facade branch April 28, 2017 19:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@jsor@WyriHaximus