隐藏页面特效

Vert.x response has already been written

 

Vert.x response has already been written

https://stackoverflow.com/questions/59935129/vert-x-response-has-already-been-written

 

I am facing a problem with vert.x. When the timeout is triggered it generates a response, then the actual response (takes 10 sec) comes and tries to do the response, so I get a:

java.lang.IllegalStateException: Response has already been written

I am new with Vert.x and I am not sure about the desired behaviour, How should I do it?, since the code is asynchronous I don't find the way to check whether the response has been already sent.

Is there any way to do it porperly?

 

3
 

I found out this method, apparently it works:

if (!req.response().ended()) { req.response().end(response.body()); }

__EOF__

本文作者一念轮回
本文链接https://www.cnblogs.com/lbzwd/p/17202492.html
关于博主:评论和私信会在第一时间回复。或者直接私信我。
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
声援博主:如果您觉得文章对您有帮助,可以点击文章右下角推荐一下。您的鼓励是博主的最大动力!
posted @   2一念轮回2  阅读(91)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
点击右上角即可分享
微信分享提示