Open benloh opened 5 years ago
In GitLab by @daveseah on Oct 4, 2019, 10:45
I wonder if you can trigger it with multiple saves of the same file you're editing to force MEME to recompile and reload. If you can capture the screen with the console showing that might be helpful. Possibly also using a remote debugger instance that might capture debug activity (I'm not sure what's possible in Chrome with this regard, but it's probably running in a different process thread so it might not be unresponsive)
The console WAS showing...the reload causes it to disappear.
I should probably try this on Canary to see if there's a difference. It might have been with this recent Chrome update.
In GitLab by @daveseah on Oct 18, 2019, 14:00
I've been noticing this lately myself about a week ago. It seems to happen when I get a certain kind of crash during a Promise or React event, and this messes up the hot module replacement that reloads.
Possibly it is a hung socket? If I close the server before attempting to reload sometimes that seems to make the reload work.
Lately, in the middle of coding, Chrome would occasionally hang for no apparent reason after a recompile. The sequence is:
EvidenceLink.jsx
)The only remedy is to use Activity Monitor or the Chrome Task Manager to Force Quit the MEME process.
After force quitting, you can reload the page with no problems.