vert.x icon indicating copy to clipboard operation
vert.x copied to clipboard

Disconnection problem in slow motion videos when sending Unix domain socket video.

Open Kite1717 opened this issue 1 year ago • 3 comments

Questions

I am using Vert.x 4.5.8. I have written a service for video upload. This service uploads the video and sends it as a request to a different service of ours. I am using Vert.x webclient for this. While there are no issues with normal videos, I get a connection error with slow-motion videos. The only error I receive is mentioned below. io.vertx.core.http.HttpClosedException: Connection was closed

Version

4.5.8

Extra

image

Kite1717 avatar Jun 10 '24 10:06 Kite1717

Can you provide some snippets or, even better, a small reproducer?

tsegismont avatar Jun 17 '24 09:06 tsegismont

image image image image These screenshot contains flow. The error comes after the last screen recording I took. This only happens in slow motion videos.

Kite1717 avatar Jun 17 '24 10:06 Kite1717

The error message indicates the backend closed the connection in an unexpected manner. Maybe there's an issue on the backend with slow-motion videos?

You could also check what happens on the wire by enabling Netty logging https://vertx.io/docs/vertx-core/java/#netty-logging Or using a network traffic capturing tool.

tsegismont avatar Jun 17 '24 16:06 tsegismont