Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a more generic bind() method to allow Unix socket server #34

Closed
wants to merge 1 commit into from

Conversation

rcambien
Copy link

@rcambien rcambien commented Apr 4, 2016

I also need to implements an unix socket server ( like #17 and #6 ) so I added a simpler method bind($address) to bind a server to any socket type.
I converted the listen() method to use this new method for BC.

@ghost
Copy link

ghost commented Nov 6, 2016

+1

@clue clue added the BC break label Nov 21, 2016
@clue clue added this to the v0.5.0 milestone Jan 9, 2017
@clue
Copy link
Member

clue commented Jan 27, 2017

Closed via #61

@clue clue closed this Jan 27, 2017
Sign up for free to 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.

2 participants