hcavarsan / kftray

kubectl port-forward on steroids 🦀 manage and share multiple k8s port forwards configurations- with support for UDP, proxy through the k8s cluster, and github state sync.
https://kftray.app/
MIT License
790 stars 70 forks source link

fix: useeffect loop with high cpu usage #140

Closed hcavarsan closed 6 months ago

hcavarsan commented 6 months ago

added useRef to avoid useeffect loop and webview high cpu usage

ref: https://github.com/hcavarsan/kftray/issues/137