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

Force TCP v4 for socket to ScrollView server. Fixes #3000 #4162

Merged
merged 1 commit into from
Nov 11, 2023

Conversation

tfmorris
Copy link
Contributor

Fixes #3000.

Without any hints, we can end up with a UDP socket which won't work with the TCP socket that the Java ScrollView display server is listening on. Use hints for TCP v4 so that we get the right kind of socket returned.

Also, delete some obsolete comments nearby.

Without any hints, we can end up with a UDP socket which won't
work with the TCP socket that the Java display server is
listening on. Use hints for TCP v4 so that we get the right
kind of socket returned.

Also, delete some obsolete comments nearby.
@stweil stweil merged commit 317a274 into tesseract-ocr:main Nov 11, 2023
5 of 6 checks passed
@stweil
Copy link
Member

stweil commented Nov 11, 2023

Thank you!

@tfmorris tfmorris deleted the 3000-tcp-scrollview branch November 11, 2023 21:34
@tfmorris
Copy link
Contributor Author

@stweil Thanks for the quick review and merge!

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

Successfully merging this pull request may close these issues.

Debugger Viewer doesn't work, can't connect to ScrollView server
2 participants