We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f4717 commit e093271Copy full SHA for e093271
src/CatLib.Core/CatLib/Facade.cs
@@ -87,7 +87,7 @@ private static TService Resolve(params object[] userParams)
87
88
if (!inited && (App.IsResolved(service) || App.CanMake(service)))
89
{
90
- App.Watch<TService>(ServiceRebound);
+ App.OnRebound(service, (o) => ServiceRebound((TService) o));
91
inited = true;
92
}
93
else if (binder != null && !binder.IsStatic)
0 commit comments