TCP client with reconnecting and errors catch

Until now, I have found some examples related to creating a simple TCP client, like these:

http://www.inanzzz.com/index.php/post/j3n1/creating-a-concurrent-tcp-client-and-server-example-with-golang

Those articles were a great start.

Where may I found more complex examples? for example TCP clients with reconnection or clients prepared for different error cases.

Do you recommend some articles, books, or open-source projects related to learning related to that?

Thanks a lot for your help.

hello you can check following link for more complicated example.

1 Like

I write an RPC-Framework, you may try it:

https://github.com/lesismal/arpc

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.