[DAEMON-145] Subscribe on /system-info/1.x/info doesn't work
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-11-17T16:06:49.000+0000 |
Affected Version/s | Appc Daemon 1.0.0 |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-plugin-system-info |
Labels | n/a |
Reporter | Kondal Kolipaka |
Assignee | Chris Barber |
Created | 2017-11-15T23:39:01.000+0000 |
Updated | 2017-12-12T21:24:17.000+0000 |
Description
*Problem Description:*
When we subscribe on /system-info/1.x/info
changes - Appcd should publish the changes if any changes in iOS devices, Android devices, Xcode changes, etc.
*To Reproduce:*
appc appcd exec /system-info/1.x/info/ --subscribe
Now connect iOS device
*Actual:*
No changes
*Expected:*
Return system-info with the iOS device
Note: appc appcd exec /system-info/1.x/info/ios/devices --subscribe
is working fine
Attachments
I'm unable to reproduce this issue when pointing to a single xcode (i.e I see the output updated everytime), multiple xcodes I do see issues but probably down to the known issue. Tested on Sams machine using appcd@1.0.0-8 and he was unable to reproduce either My device info is
[~eharris] What's the command did you use?
[~kkolipaka] I'm using
appcd exec /system-info/1.x/info/ --subscribe
, as well as the below codeSubscribing to /system-info now works like a champ.