You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments