You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalStateException
at io.vertx.await.impl.DefaultScheduler.unschedule(DefaultScheduler.java:77)
at io.vertx.await.impl.VirtualThreadContext.await(VirtualThreadContext.java:163)
at io.vertx.await.Async.await(Async.java:70)
at io.vertx.await.Async.await(Async.java:60)
Environment: jdk 19, vert.x 4.4.4
Request Content :
POST /test HTTP/1.1
Authorization: 14288617be8a4bfa805e2e24cbff324a
User-Agent: PostmanRuntime/7.32.3
Accept: /
Postman-Token: 0838b7ae-5f48-4f7e-adb1-40752b579440
Host: localhost:7001
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Type: multipart/form-data; boundary=--------------------------892028311293841493076041
Cookie: satoken=fd6c1f2f-b47b-4fb4-839e-348707ff9772
Content-Length: 602061
----------------------------892028311293841493076041
Content-Disposition: form-data; name="12323"; filename="238870.jpg"
<238870.jpg>
----------------------------892028311293841493076041--
exceptional:
java.lang.IllegalStateException
at io.vertx.await.impl.DefaultScheduler.unschedule(DefaultScheduler.java:77)
at io.vertx.await.impl.VirtualThreadContext.await(VirtualThreadContext.java:163)
at io.vertx.await.Async.await(Async.java:70)
at io.vertx.await.Async.await(Async.java:60)
Response response = await(VertxHolder.getVertxRedis().get(key));
if(null != response){
return response.toString();
}
Overall, it runs in async. run (v ->{})
If the form submission is not multipart/form, everything is normal
The text was updated successfully, but these errors were encountered: