gorpc icon indicating copy to clipboard operation
gorpc copied to clipboard

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

Open beaulian opened this issue 7 years ago • 2 comments

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!

beaulian avatar Nov 27 '17 12:11 beaulian

agreed

qrpike avatar Apr 30 '18 18:04 qrpike

agreed

senioi avatar Aug 29 '18 05:08 senioi