VLN37 / taskmaster

A supervisor-like program
MIT License
0 stars 0 forks source link

Mid attachment request logic #37

Closed VLN37 closed 1 month ago

VLN37 commented 1 month ago

When the client's request is attached it should respond only with the attached program's output

Unsure if bool request finished status is enough to support this behaviour

VLN37 commented 1 month ago

The client state is now preserved across requests so it is unecessary to extend it at this time.