[DAEMON-262] appcd-plugin: Response streams not working
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2018-09-26T15:27:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 2.0.0 |
Components | appcd-plugin |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2018-09-24T20:13:31.000+0000 |
Updated | 2018-09-26T15:27:46.000+0000 |
Description
If a service is requested from an external plugin that returns a streamed response, the tunnel ends the stream after the first data event.
When messages are passed through the IPC tunnel, they need to be wrapped in an envelope that indicates whether the payload is a stream so that it can be reconstructed on the other side.
https://github.com/appcelerator/appc-daemon/pull/336