Feature #2647
Add support for multiple inputs on the same port
Start date:
04/13/2020
Due date:
% Done:
0%
History
#1 Updated by Luke Murphey over 4 years ago
- Assignee set to Luke Murphey
#2 Updated by Luke Murphey over 4 years ago
Qs:
- Can I assume that run() only gets call once for each input?
Obs: *
Solns:- Track paths in a list and use that list to identify how to execute the input
- Add tracking of a list of inputs
- Instantiate servers for each port
- Have server run shared function (control access via mutex)