pact-foundation / pact-mock_service

Provides a mock service for use with Pact
https://pact.io
MIT License
74 stars 69 forks source link

Mock service only exits on SIGINT, but not SIGKILL #47

Open mboudreau opened 8 years ago

mboudreau commented 8 years ago

I just upgrade pact-node to the latest version of the pact-mock-service, where it was using 0.7.2 before. It seems that the exit signal has changed since I used a to a SIGKILL on the process to close it and it worked, but now it has to be SIGINT. Personally, I think both should be supported by pact-mock_service since one is a graceful exit and the other is ungraceful, which should still work.