Skip to content

Add listen() method to support multiple listening sockets - #193

Merged
WyriHaximus merged 1 commit into
reactphp:masterfrom
clue-labs:listen
May 28, 2017
Merged

Add listen() method to support multiple listening sockets#193
WyriHaximus merged 1 commit into
reactphp:masterfrom
clue-labs:listen

Conversation

@clue

@clueclue commented May 28, 2017

Copy link
Copy Markdown
Member

The new listen() method allows the server to listen on multiple sockets (such as multiple IPs and/or HTTP and HTTPS).

In the future, the listen() method may also support specifying an address string, but specifics have yet to be worked out.

Builds on top of #97 and prepares this for future middleware support via #179.

@clueclue added this to the v0.7.0 milestone May 28, 2017
@WyriHaximus
WyriHaximus merged commit ca1fd99 into reactphp:masterMay 28, 2017
@clue
clue deleted the listen branch May 28, 2017 20:58
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