Commit ce37c318 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8bfde556
......@@ -237,7 +237,6 @@ func (zl *zLink) serveRecv1(pkb *pktBuf) error {
return nil
}
// Call makes 1 RPC call to server, waits for reply and returns it.
func (zl *zLink) Call(ctx context.Context, method string, argv ...interface{}) (reply msg, err error) {
defer func() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment