Changes

Jump to: navigation, search

Remote Debugging Protocol

15 bytes added, 07:12, 6 July 2011
Fix root actor's name.
{ "from":"root", "applicationType":<i>appType</i>, "traits":<i>traits</i>, ...}
The root actor's name is always zero<code>"root"</code>. <i>appType</i> is a string indicating what sort of program the server represents. There may be more properties present, depending on <i>appType</i>.
<i>traits</i> is an object describing protocol variants this server supports that are not convenient for the client to detect otherwise. The property names present indicate what traits the server has; the properties' values depend on their names. This version of the protocol defines no traits, so <i>traits</i> must be an object with no properties, <tt>{}</tt>.
Confirm
496
edits

Navigation menu