Commit ce37c318 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8bfde556
...@@ -237,7 +237,6 @@ func (zl *zLink) serveRecv1(pkb *pktBuf) error { ...@@ -237,7 +237,6 @@ func (zl *zLink) serveRecv1(pkb *pktBuf) error {
return nil return nil
} }
// Call makes 1 RPC call to server, waits for reply and returns it. // 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) { func (zl *zLink) Call(ctx context.Context, method string, argv ...interface{}) (reply msg, err error) {
defer func() { 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