If netcreate-2018 is compiled using npm run dev autoreload will be on and cause websocket errors.
If netcreate-2018 has not been compiled, or was previously compiled using a previous version, any databases opened will be using the wrong version of the code.
If the last netcreate-2018 run (e.g. via npm run dev or nc.js) was done with a specific dataset, ip address, port, or websocket port, those settings will be used as the base dataset.
The nc-multiplex startup should:
This is necessary because:
netcreate-2018
is compiled usingnpm run dev
autoreload will be on and cause websocket errors.netcreate-2018
has not been compiled, or was previously compiled using a previous version, any databases opened will be using the wrong version of the code.netcreate-2018
run (e.g. vianpm run dev
ornc.js
) was done with a specific dataset, ip address, port, or websocket port, those settings will be used as the base dataset.See also #105.