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
It took me some time to realize tcp_server was not exactly a server, but a client which reads some data. I'd rename it tcp_client_listen, and maybe rename tcp_client to tcp_client_send.
Hello !
It took me some time to realize tcp_server was not exactly a server, but a client which reads some data. I'd rename it tcp_client_listen, and maybe rename tcp_client to tcp_client_send.
And as I was looking for a server snippet, I'd be happy you include one. Here's an example:
https://renatoathaydes.github.io/zig-common-tasks/#socket-accept
I'm far from being a coder, so please, accept my apologies if I don't understand correctly.
Warm regards.
The text was updated successfully, but these errors were encountered: