Skip to content

Commit

Permalink
MissingMethod no param
Browse files Browse the repository at this point in the history
  • Loading branch information
vlorc committed Apr 26, 2018
1 parent 2bdba28 commit ea39513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/base_service.go
Expand Up @@ -451,7 +451,7 @@ func (service *BaseService) doSingleInvoke(
context.setByRef(true)
tag = reader.CheckTags([]byte{io.TagEnd, io.TagCall})
}
} else {
} else if !context.IsMissingMethod() {
args = readArguments(service.FixArguments, reader, method, false, context)
}
context.setMethod(method)
Expand Down

0 comments on commit ea39513

Please sign in to comment.