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.
我打算编写一个服务器方法,其作用是将一堆文档导出到第三方服务器(例如保管箱)。此服务器方法可能会持续几分钟。所以我问自己如果在调用服务器方法后浏览器断开连接会发生什么。方法会停止吗?该方法会一直持续到导出结束吗?
会话将结束,所有正在执行的方法也将提前结束......