Skip to content

Releases: google/cloud-android-orchestration

v0.1.0-alpha: Try to connect WebSocket and return error before send result to parent

19 Jul 22:59
Compare
Choose a tag to compare
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.