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

feat(server): remove socket reconnect support #3653

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 20, 2021

  1. feat(server): remove socket reconnect support

    This feature has been trouble and there are cases it cannot work.
    Any socket disconnect during a test can lose data. The server will disconnect
    if the client does not reply. Combined it makes any long running or large
    test error prone.  Better to bail and restart the test.
    Fixes karma-runner#3652
    johnjbarton committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    d97f7d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Merge branch 'master' into disconnect

    Jonathan Ginsburg committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    16f5cee View commit details
    Browse the repository at this point in the history