Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication to server by sending structure #29

Open
Santanu234 opened this issue Nov 11, 2021 · 0 comments
Open

Communication to server by sending structure #29

Santanu234 opened this issue Nov 11, 2021 · 0 comments

Comments

@Santanu234
Copy link

Hi,

My requirement is to connect to server. Send the some data in structure. Server will update the signature and send back to client(i am client) as structure. Server is in c++ and they used piped for connection.

if _, err := fmt.Fprintln(conn, dat); err != nil {
//error
}
by using this i can send the structure value or map.

But how can I receive the value in structure from server? Please guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant