[TIMOB-12444] CodeProcessor: Add support for an 'exit' message in subprocess mode
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2016-08-24T20:06:48.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | Code Processor |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Chris Barber |
| Created | 2013-01-28T01:30:21.000+0000 |
| Updated | 2017-03-20T17:33:10.000+0000 |
Description
It would be really useful if studio could send the code processor a message telling it to quit but still return all results collected to date. We can do this via an 'exit' message
Turns out, this is going to require a fair amount of re-architecting to get it to work properly (JavaScript's single-threadedness and all). Punting on it for now
Code processor is dead.
Closing ticket as code processor is no longer supported.