-
Notifications
You must be signed in to change notification settings - Fork 55
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 the socket.io breaking client applications due to default path used #136
Conversation
Codecov Report
@@ Coverage Diff @@
## master #136 +/- ##
==========================================
- Coverage 63.88% 58.33% -5.56%
==========================================
Files 2 2
Lines 288 288
==========================================
- Hits 184 168 -16
- Misses 104 120 +16
Continue to review full report at Codecov.
|
@noxxious Please can you read the contribution guidelines and if in agreement add your name to the AUTHORS.md to acknowledge acceptance so that we can accept this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you alter the comment lines at lib/appmetrics-dash.js 133/134 to
// Specify a path, to not collide with user's socket.io.
Updated according to the comments. |
This fixes the issue #109.