Skip to content

Conversation

@clue
Copy link
Member

@clueclue commented Apr 24, 2017

This simple PR renames the Server class to TcpServer.

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

In other words, the follow-up PR will restore compatibility with consumer code so this does in fact not result in a BC break for most users.

@clue
Copy link
MemberAuthor

clue commented Apr 24, 2017

Rebased on current master to fix failing tests :shipit:

@WyriHaximusWyriHaximus merged commit 94b4e89 into reactphp:masterApr 25, 2017
@clueclue deleted the tcp branch April 25, 2017 07:23
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