Add state querying functionality
Closed this issue · 1 comments
hyojoonkim commented
Make a handler in PyResonance that will receive request asking for state information for a specific flow. The handler should return (or print) the state information of the given specific flow from each module.
Request is sent via the JSON sender.
hyojoonkim commented
Done.