0rpc / zerorpc-node

zerorpc for node.js
http://www.zerorpc.io
Other
705 stars 167 forks source link

Crash in Windows 10 #94

Closed phuze closed 6 years ago

phuze commented 6 years ago

node: 9.1.0 zerorpc: 0.9.7 electron: 1.7.9 windows 10 pro

It looks like zerorpc, or one of its dependencies, may be causing my electron app to crash upon launching in Windows 10. Console is immediately disconnected from browser window and nothing is being printed.

If I npm uninstall zerorpc, or otherwise just comment out my var zerorpc = require('zerorpc') everything works as expected.

Any ideas how I can go about better debugging / determining whats causing this?

phuze commented 6 years ago

Opted to move away from zerorpc. Anyone else experiencing this issue, I recommend you check out zeromq.js.

bombela commented 6 years ago

I have no experience with development on Microsoft Windows. Do you know if you get the same crash on Linux?