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

Client fails with IllegalArgumentException on AJAX timeout #15

Closed
mliarakos opened this issue Mar 31, 2020 · 1 comment · Fixed by #16
Closed

Client fails with IllegalArgumentException on AJAX timeout #15

mliarakos opened this issue Mar 31, 2020 · 1 comment · Fixed by #16

Comments

@mliarakos
Copy link
Owner

When a client AJAX request fails by timeout it has status code 0. The Lagom TransportErrorCode.fromHttp method throws an IllegalArgumentException for status code 0, which obscures the AJAX timeout.

@mliarakos mliarakos linked a pull request Mar 31, 2020 that will close this issue
@mliarakos
Copy link
Owner Author

Fixed by #16.

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 a pull request may close this issue.

1 participant