azimjohn / jprq

join public router. quickly.
https://jprq.io
959 stars 141 forks source link

free function which kills jprq processes using cmd #168

Closed aslon1213 closed 1 year ago

aslon1213 commented 1 year ago

To address the problem with the process running in background and user having no idea that client is not stopped I came up with idea that it is better give user handy function. So freeClient() function is called when --free arg is passed to kill all jprq processes . This is my temporary solution to [https://github.com/azimjohn/jprq/issues/157] issue. I have one more idea: stopping client when there is no traffic in particular range of time. If you liked this idea of stopping client with no traffic, I will be honored to work on.

azimjohn commented 1 year ago

I think it's better to add this info to README rather than having jprq binary to do it