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.
我正在使用码头延续,我想知道是否可以检测到客户端已与服务器断开连接(关闭与码头服务器的连接)。
谢谢,阿尔弗雷德
我不知道是否有更简洁的方法可以做到这一点,但是,当您调用 continuation.resume() 时,如果客户端已断开连接,您将收到 IllegalStateException。只要抓住那个例外。