Polymer / koa-karma-proxy

Simplified coordination of karma and upstream proxy server using the koa web framework.
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Ports are sometimes not freed up when CTRL-C or otherwise abnormal termination occurs #8

Open usergenic opened 5 years ago

usergenic commented 5 years ago

I don't know if the karma ports are being held open too, but the proxy ports are apparently left unavailable. Maybe do some more due-diligence, catch SIGTERM and close server explicitly in those cases etc.

usergenic commented 5 years ago

FWIW this is going to be less an issue with Travis CI, for example, and more an issue with local development.