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

the docs make me confused, is there any project for reference? #31

Open
beaulian opened this issue Nov 27, 2017 · 2 comments
Open

the docs make me confused, is there any project for reference? #31

beaulian opened this issue Nov 27, 2017 · 2 comments

Comments

@beaulian
Copy link

beaulian commented Nov 27, 2017

I have seen the example_test.go, but I still feel confused about how to use gorpc. For exmaple, if my implementation of client and server is segregative, how can I use code like this
d := NewDispatcher() s := NewTCPServer("127.0.0.1:12445", d.NewHandlerFunc()) c := NewTCPClient("127.0.0.1:12445") dc := d.NewFuncClient(c)
And I feel confused that whether rpc call need a connection pool or not.
Thanks!

@qrpike
Copy link

qrpike commented Apr 30, 2018

agreed

1 similar comment
@senioi
Copy link

senioi commented Aug 29, 2018

agreed

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

3 participants