Skip to content

Send command result over network & improve robustness of console

Tom Williams requested to merge feature/send-command-result into master

This branch:

  • updates the server to send the command result over the network (in the run-command/run-transition response message)
  • adds a few missing pieces of info to docs/docker-images-for-plugins.md
  • improves the resiliance of the console against errors

Merge request reports