Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-262] appcd-plugin: Response streams not working

GitHub Issuen/a
TypeBug
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2018-09-26T15:27:46.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 2.0.0
Componentsappcd-plugin
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2018-09-24T20:13:31.000+0000
Updated2018-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.

Comments

  1. Chris Barber 2018-09-24

    https://github.com/appcelerator/appc-daemon/pull/336

JSON Source