Allow init of wrappers and name. Set server.name for rpc request
This commit is contained in:
		| @@ -234,7 +234,7 @@ func (s *service) call(ctx context.Context, server *server, sending *sync.Mutex, | ||||
| 	var returnValues []reflect.Value | ||||
|  | ||||
| 	r := &rpcRequest{ | ||||
| 		service:     s.name, | ||||
| 		service:     server.name, | ||||
| 		contentType: ct, | ||||
| 		method:      req.ServiceMethod, | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user