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

Allow to use unix domain sockets. #564

Merged
merged 5 commits into from May 5, 2016

Conversation

nihn
Copy link
Contributor

@nihn nihn commented Feb 2, 2016

  • Add socket config option to specify path where socket will be stored.
  • Add socket_mod config option to set correct permission on socket file.
  • Remove socket on process exit.
  • Update exampleConfig.js.

nihn and others added 3 commits February 2, 2016 15:43
* Add socket config option to specify path where socket will be stored.
* Add socket_mod config option to set correct permission on socket file.
* Remove socket on process exit.
@coykitten
Copy link
Contributor

Was looking to get this into the 0.8.0 release but I haven't been able to write a test that works. This should really have a test in test/server_tests.js

@coykitten coykitten self-assigned this May 4, 2016
@coykitten coykitten added this to the v0.8.1 milestone May 4, 2016
@nihn
Copy link
Contributor Author

nihn commented May 5, 2016

@pathzzrd I've added one test for receiving data.

@coykitten coykitten modified the milestones: v0.8.0, v0.8.1 May 5, 2016
@coykitten
Copy link
Contributor

thanks @nihn I took a stab at it last night and was unable to get it to complete the test case. Thanks so much :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants