Skip to content

希望解决服务提供者必须先启动的BUG #243

@yu120

Description

@yu120

经过测试,发现服务服务提供者必须先启动,然后才能启动服务消费者。否则以下方式使用时一直未null。

@Reference(version = "1.0.0", application = "xxx", registry = "xxx")
private IUserService userService;

简而言之,就是消费者在订阅到服务提供者之后,没有去更新改字段的值。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions