Skip to content

serviceframework IsLocal 判断不完善导致循环 #14

@wsky

Description

@wsky
public string GetServiceDescription(ServiceConfig service)
        {
            return this.IsLocal(service.HostUri)
                ? this.Resolve<IServiceDescriptionRender>().Render(service)
                : this._remoteHandle.GetServiceDescription(service);
        }

IsLocal 判断不完善导致循环

使用machinename和ip时

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions