FokiDoki / WireRest

REST API for Wireguard
MIT License
18 stars 5 forks source link

Fixed bug when big wireguard dumps (~1000+ peers) breaks wirerest #32

Closed FokiDoki closed 1 year ago

FokiDoki commented 1 year ago

Problem: WireRest breaks when Runtime.exec() inputStream reach the limit of buffer Solution: Now program don't wait for process end. It's reading inputStream straightaway