mozilla-services / msisdn-gateway

INACTIVE - http://mzl.la/ghe-archive - An MSISDN based Authentication Server.
Mozilla Public License 2.0
18 stars 13 forks source link

Add the --fd argument to let circus give it to MSISDN-Gateway. #102

Closed Natim closed 10 years ago

Natim commented 10 years ago

I tried it with circus and I've got ENOTSOCK error.

tarekziade commented 10 years ago

I tried it with circus and I've got ENOTSOCK error.

I think you need to recreate a socket object yourself, example:

https://github.com/VanCoding/node-ancillary/blob/master/lib/ancillary.js#L31

Natim commented 10 years ago

Ok I did the change you asked and I am providing a make circus command that will be using the sample circus configuration.