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

Update sockjs-client to 1.1.5 #1434

Merged
merged 1 commit into from Jul 22, 2018
Merged

Update sockjs-client to 1.1.5 #1434

merged 1 commit into from Jul 22, 2018

Conversation

franjohn21
Copy link
Contributor

  • This is a bugfix
  • This is a code refactor
  • This is a test update
  • This is a typo fix
  • This is a metadata update

For Bugs and Features; did you add new tests?

N/A - the bug is not in webpack-dev-server but a dependency.

Motivation / Use-Case

If the response to sockjs-client times out, there is a bug in version 1.1.4 that will start an infinite reconnection. We are able to reproduce this timeout and infinite reconnect scenario in webpack-dev-server particularly when we have gzipping enabled and are bundling a really large JS file.

You can read more about the issue here: sockjs/sockjs-client#334 (comment)

And upgrading to v1.1.5 will fix it as per this PR: sockjs/sockjs-client#358

Breaking Changes

N/A

Additional Info

N/A

@codecov
Copy link

codecov bot commented Jun 28, 2018

Codecov Report

Merging #1434 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1434   +/-   ##
=======================================
  Coverage   79.27%   79.27%           
=======================================
  Files           6        6           
  Lines         497      497           
  Branches      161      161           
=======================================
  Hits          394      394           
  Misses        103      103

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c1ff11...03a21c0. Read the comment docs.

@011011100010110101101111

My project has encountered the same situation. What should I do about it

@franjohn21
Copy link
Contributor Author

@SpaceK33z @evilebottnawi -- would it be possible to take a look at this PR?

@alexander-akait
Copy link
Member

/cc @SpaceK33z i think we should merge this and release patch

@SpaceK33z SpaceK33z merged commit 9aad42d into webpack:master Jul 22, 2018
@SpaceK33z
Copy link
Member

Thanks!

@SpaceK33z
Copy link
Member

Published in webpack-dev-server@3.1.5

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 this pull request may close these issues.

None yet

4 participants