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
electrode processes crash periodically, or are exited manually, then
electrode leaves PIDs running for the internal proxy, wds, or application server
Steps to reproduce the behavior
use electrode in dev mode
actively develop code that causes processes to crash (non-deterministic)
re-run electrode, observe EADDRINUSE
Command line output
example:
[proxy] {"level":50,"time":1583866298115,"pid":43308,"hostname":"m-c02x6042jgh7","name":"redbird","code":"EADDRINUSE","errno":-48,"syscall":"listen","address":"::","port":3000,"msg":"Server Error","stack":"Error: listen EADDRINUSE: address already in use :::3000
The text was updated successfully, but these errors were encountered:
@jchip, it happens pretty regularly in our repo ATM. All it takes is starting and editing. Generally a TS compiler error from Babel triggers it somewhat reliably. We can get a DM going and I can hook you up
Type of issue
bug
My environment
os: mac, many versions
node/npm: many versions
Expected behavior
no zombie processes
Current behavior
Steps to reproduce the behavior
EADDRINUSE
Command line output
example:
The text was updated successfully, but these errors were encountered: