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

ActionListener Server Socket Timeout #15

Open
joshpalis opened this issue Apr 5, 2022 · 0 comments
Open

ActionListener Server Socket Timeout #15

joshpalis opened this issue Apr 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joshpalis
Copy link
Collaborator

Currently action listener and message format tests pass in a timeout argument to the action listener server socket to break the action listener's execution once the test is complete.
socket.setSoTimeout(timeout);

The main script sets this timeout as 0, which indicates a infinite timeout for the server socket unless explicitly closed, this might cause an issue with the connection profile builder's handshake timeout, which is set to 1 hour, since the server socket timeout wraps around this.

During tests, upon server socket timeout, a SocketTimeoutException is thrown by the action listener which is then logged in the terminal as STANDARD_ERROR. While this behavior is expected, this log should not be printed.

@joshpalis joshpalis added the enhancement New feature or request label Apr 5, 2022
@joshpalis joshpalis self-assigned this Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant