Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Kite1717 opened this issue Jun 10, 2024 · 3 comments
Labels

Comments

@Kite1717
Copy link

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 Kite1717 added the bug label Jun 10, 2024
@tsegismont
Copy link
Contributor

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

@Kite1717
Copy link
Author

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.

@tsegismont
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants