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.
我是 Restlet 的新手,我有一个客户端,它调用 Web 服务,并且 Web 服务用于从文件中获取文件名和数据的列表。如果在客户端运行时 Web 服务出现故障,而我再次启动 Web 服务,则客户端将不再继续工作。有人可以向我解释为什么客户端不再调用 Web 服务吗?
只有当我终止进程并重新启动它时,客户端才会再次工作。
解决了这个问题,因为我没有在每次 Web 服务请求后启动和停止客户端。
您的问题可能与此问题有关:https ://github.com/restlet/restlet-framework-java/issues/669#issuecomment-9455618