Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要设置我的服务的回调超时,但我找不到它们在哪里定义。这需要硬编码。
据我所知,没有办法指定回调超时。如果您使用每个会话实例上下文,那么您的通道会话将超时,但这不是一回事。为了清楚起见,您能否确认一下您希望在回调超时时看到什么行为?
例如,超时后服务无法回调客户端?
我还没有看到这种行为——根据我的经验,当服务执行回调时回调通道将可用,并且这将在任何时间后工作。