Skip to content

App crashing fix due to protocol error #2385

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

Closed
wants to merge 1 commit into from
Closed

App crashing fix due to protocol error #2385

wants to merge 1 commit into from

Conversation

imanshugupta
Copy link

protocol error emits error event which is not properly handleled which causes node app crash.
Its a preventation of app crash

protocol error emits error event which is not properly handleled which causes node app crash.
Its a preventation of app crash
Copy link
Member

@dougwilson dougwilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your pull request! Please be sure to update this by following the steps outlined in https://github.com/mysqljs/mysql#contributing like the following:

  1. Try to include a clear description of your pull request in the description. It should include the basic "what" and "why"s for the request.
  2. The pull request should include tests for the change. A new feature should have tests for the new feature and bug fixes should include a test that fails without the corresponding code change and passes after they are applied. The command npm run test-cov will generate a coverage/ folder that contains HTML pages of the code coverage, to better understand if everything you're adding is being tested.
  3. If the pull request is a new feature, please be sure to include all appropriate documentation additions in the Readme.md file as well.
  4. To help ensure that your code is similar in style to the existing code, run the command npm run lint and fix any displayed issues.

@dougwilson
Copy link
Member

Closing due to no follow up.

@dougwilson dougwilson closed this Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants