client-native icon indicating copy to clipboard operation
client-native copied to clipboard

Add tcp socket support along unix socket

Open awlx opened this issue 1 year ago • 1 comments

https://github.com/haproxytech/client-native/compare/master...awlx:client-native:master

Fixes the issue in a nasty way to not be able to talk to a remote haproxy via the control socket, it would be better to have a native fix for this. Or is there a specific reason to not support this?

awlx avatar Aug 25 '24 13:08 awlx

Currently we are only supporting unix socket so we can run client-native apps locally, as many other features rely on having access to local file-system.

mjuraga avatar May 09 '25 11:05 mjuraga