You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pls. provide [GitHub address] to reproduce this issue.
Expected Result
DemoService should be initialized.
Actual Result
DemoService returns null even with provider started.
For the first time, the ReferenceConfig init throws exception from refprotocol.refer(interfaceClass, urls.get(0)), have not changed the initialized to false. For the second time, the ReferenceConfig cannot init it again as initialized is true.
We should set initialized after init finished.
The text was updated successfully, but these errors were encountered:
haiyang1985
changed the title
ReferenceConfig initialized not changed to false once subscribe throws exception
ReferenceConfig initialized not changed to false once subscribe throws exception #PR:4067
May 17, 2019
Environment
Steps to reproduce this issue
For PR: #4067
Pls. provide [GitHub address] to reproduce this issue.
Expected Result
DemoService should be initialized.
Actual Result
DemoService returns null even with provider started.
For the first time, the ReferenceConfig init throws exception from refprotocol.refer(interfaceClass, urls.get(0)), have not changed the initialized to false. For the second time, the ReferenceConfig cannot init it again as initialized is true.
We should set initialized after init finished.
The text was updated successfully, but these errors were encountered: