You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\finnb\Downloads\socat-1.7.2.1>socat stdio tcp4-connect:127.0.0.1:9999
0 [main] socat 186416 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to
the public mailing list [email protected]
show version
2.4.17-9f97155
But when I run the code I always get option is not available at client.Configuration().
Sorry if this issue seems annoying but I'm not so experience at coding in go yet, just started a month ago. I have my use case of interacting with the haproxy api via an external go program, maybe someone can help me with that.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
How can I interact with the runtime api over tcp?
I've created a fork https://github.com/theunknownport/client-native where I just override the net.DialTimeout Function
My haproxy config
My code to interact with the api
But when I run the code I always get
option is not available
atclient.Configuration()
.Sorry if this issue seems annoying but I'm not so experience at coding in go yet, just started a month ago. I have my use case of interacting with the haproxy api via an external go program, maybe someone can help me with that.
Thanks in advance.
The text was updated successfully, but these errors were encountered: