You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All three HTTP-URLs are mapped to the same WS-URL! How can I use multiple livereload.js scripts in the same HTML page?
(Originally, I had submitted my issue on statianzo/webpack-livereload-plugin#69. However, after reading the source code of the webpack-livereload-plugin, I understood that this incorrect mapping is coming from tiny-lr.)
The text was updated successfully, but these errors were encountered:
I have a website with three different livereload.js scripts included:
However, I have noticed in the network monitor of my browser that the URLs are incorrectly mapped:
http://localhost:35729/livereload.js -> ws://localhost:35729/livereload
http://localhost:35730/livereload.js -> ws://localhost:35729/livereload
http://localhost:35731/livereload.js -> ws://localhost:35729/livereload
All three HTTP-URLs are mapped to the same WS-URL! How can I use multiple livereload.js scripts in the same HTML page?
(Originally, I had submitted my issue on statianzo/webpack-livereload-plugin#69. However, after reading the source code of the webpack-livereload-plugin, I understood that this incorrect mapping is coming from tiny-lr.)
The text was updated successfully, but these errors were encountered: