Skip to content

Minimal repo to reproduce a crash when refreshing an Electron app with zeromq

Notifications You must be signed in to change notification settings

diefbell-grabcad/ZeroMQ-Electron-Refresh-Crash-Repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install and use Node 14.16.0.
  2. Install deps with yarn install --ignore-scripts (script/install.js in ZeroMQ fails).
  3. Manually rebuild ZeroMQ with yarn run rebuild:zeromq.
  4. Manually build Electron with rm -r node_modules/electron && yarn add --dev [email protected] (it doesn't build since we're ignoring scripts above).
  5. Run with yarn start.
  6. Focus the devtools window. Press ctrl+F5. It will show:
DevTools was disconnected from the page.
Once page is reloaded, DevTools will automatically reconnect.
  1. Above never goes away :(
  2. Console in devtools window should should that we're at least trying to close the socket!

About

Minimal repo to reproduce a crash when refreshing an Electron app with zeromq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published