Finished proxy communication
Wrote a library to make receiving and sending messages really simple. Uses unix sockets so they are pretty fast.
The server is started in the background, then different commands are received through channels.
On the client, the connection is started in the background but c.Start() waits for the connection to change to connected.
Then messages can be sent, but the connection has to be sustained using c.Wait() which waits until the server disconnects.
Now I can start work on querying the docker container for its internal ip address and proxying it.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.