[DAEMON-69] appcd: Implement subscription requests from appcd CLI
GitHub Issue | n/a |
Type | New Feature |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-04-12T21:21:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-03-29T19:25:05.000+0000 |
Updated | 2017-10-26T03:05:11.000+0000 |
Description
appcd exec
currently only supports dispatching "call" requests. It does not support "subscribe" requests. appcd exec
needs a \-\-subscribe
flag.
When the \-\-subscribe
flag is set, it will pass a "type" of "subscribe" with the request, then the appcd exec
command will need to properly not exit until the connection is closed or the fin
event is emitted.
Comments
JSON Source
No comments