Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-273] appcd-plugin: Tunnel messages missing dispatcher context props

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2019-04-03T15:24:53.000+0000
Affected Version/sAppc Daemon 2.2.0
Fix Version/sAppc Daemon 2.3.0
Componentsappcd-plugin
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2019-04-02T07:00:04.000+0000
Updated2019-04-03T15:24:53.000+0000

Description

Plugins run in a child process and communicate with a parent process using an IPC-based tunnel. However the tunnel does not translate over the headers and source from a DispatcherContext instance. Instead of passing the DispatcherContext's request property, the tunnel needs to step up one level and pass the headers, path, request (formerly "data"), and source.

Comments

  1. Chris Barber 2019-04-02

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

JSON Source