-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support custom and whm
socket integration type
#13
Support custom and whm
socket integration type
#13
Conversation
Sorry! just realized that there's stuff still missing here like the client error handling code for WHM. |
Has this PR been completed now? If so, this pr can be merged. It would be even better if some test cases could be added. |
@LingyuCoder yeah it's done now. |
whm
socket integration type
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.
Sorry for the delay. Thank you very much for your contribution.
Add support for
webpack-hot-middleware
("whm"
option inoverlay.socketIntegration
plugin option).This code is copied and modified from https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/f770d3962c388da01eeda7079bff5f40c93992d2/sockets/WHMEventSource.js