-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix MSW warning received under CircleCI test #1684
Comments
Yes something changed with CircleCI and we need to adjust our setup to work with sockets differently. I have not been able to look into it yet |
p.s. I would recommend adding new issues to the Hylo Dev project to make sure we track them |
I found this in the CircleCi documents: Web sockets: CircleCI uses Pusher client libraries for WebSocket communication between the server and the browser, though for installs an internal server called slanger is used, so Pusher servers have no access to your instance of CircleCI, nor your source control system. This is how CircleCI updates the builds list dynamically, or shows the output of a build line-by-line as it occurs. CircleCI sends build statuses and lines of your build output through the web socket server (which unless you have configured your installation to run without SSL, is done using the same certs over SSL), so it is encrypted in transit. |
this is one we are seeing a lot:
|
or this thread? mswjs/msw#655 |
Good links -- the puzzling aspect is why CircleCi throws the warning but our dev machines do not. Curious |
I'm getting this error with CircleCi consistently:
[MSW] Error: captured a request without a matching request handler:
The text was updated successfully, but these errors were encountered: