Skip to content

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

Latest
Compare
Choose a tag to compare
@ser-io ser-io released this 19 Jul 22:59
· 62 commits to main since this release
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.