SteveSandersonMS
|
eed4d8c211
|
Child Node processes poll and exit when parent has exited. Fixes #270
|
2016-08-19 16:38:39 -07:00 |
|
SteveSandersonMS
|
fae0a886af
|
Transfer multiline log messages from Node to .NET without treating each line as a separate log entry
|
2016-07-18 16:34:36 +01:00 |
|
SteveSandersonMS
|
eec370e938
|
Move file-watching logic into .NET to avoid Node's fs.watch issues on Windows (#128)
|
2016-07-07 14:25:54 +01:00 |
|
SteveSandersonMS
|
26e8bd823c
|
Instead of the Node process exiting instantly on file change, send a signal to .NET that it should restart. This is working towards the connection-draining feature.
|
2016-07-07 12:01:28 +01:00 |
|
SteveSandersonMS
|
a19e37f3c0
|
Move logic for restarting Node child process into NodeServicesImpl. Tidy up lots.
|
2016-07-07 11:35:25 +01:00 |
|
SteveSandersonMS
|
260a0d6bcb
|
Migrate entrypoint-http.js to TypeScript. Source is now HttpNodeInstanceEntryPoint.ts.
|
2016-07-01 11:49:22 +01:00 |
|
SteveSandersonMS
|
b19d0dff92
|
Support streamed response from SocketNodeInstance
|
2016-06-07 17:16:01 +01:00 |
|
SteveSandersonMS
|
341cd4f1cb
|
Implement SocketNodeInstance
|
2016-06-01 16:16:10 +01:00 |
|