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.
我正在使用 java 脚本调用 jira rest webservice。一项要求是如果呼叫运行超过 5 秒,则中止/超时。我将如何使用 javascript 实现这一目标?
尝试在您的应用程序中实现SignalR。这可能会对您有所帮助并且很容易实现。您也可以从 web.config 文件中增加超时,但 SignalR 更有帮助。