Releases: google/cloud-android-orchestration
Releases · google/cloud-android-orchestration
v0.1.0-alpha: Try to connect WebSocket and return error before send result to parent
When WebSocket connection error is occured, current implementation sends result as success becuase it tries to send result before reporting result. The error messahe also not shown because standard IOs are closed. Try to connect WebSocket before sending result to parent to fix this.