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

Connector throws SocketException when server disconnects #434

Closed
bgrainger opened this issue Feb 8, 2018 · 1 comment
Closed

Connector throws SocketException when server disconnects #434

bgrainger opened this issue Feb 8, 2018 · 1 comment
Assignees
Labels

Comments

@bgrainger
Copy link
Member

As per #433, terminate the server while the client is executing a MySQL statement (e.g., DO SLEEP(10);). A SocketException is thrown (An established connection was aborted by the software in your host machine). The raw SocketException shouldn't be thrown; it should be wrapped in a MySqlException.

@bgrainger bgrainger added the bug label Feb 8, 2018
@bgrainger bgrainger self-assigned this Feb 8, 2018
@bgrainger
Copy link
Member Author

Fixed in 0.36.0.

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

No branches or pull requests

1 participant