refactor(agent): return request retry action
This commit is contained in:
@@ -30,7 +30,6 @@ function stubAgent(ctx: Context, rawId: string): Agent {
|
||||
inject: () => AgentMessageId('stub'),
|
||||
send: () => AgentMessageId('stub'),
|
||||
cancel() {},
|
||||
retry() {},
|
||||
whenIdle() { return Promise.resolve() },
|
||||
}
|
||||
agentScopeDisposers.set(agent, async () => { await scopeFiber.dispose() })
|
||||
|
||||
Reference in New Issue
Block a user