arcor2
arcor2 copied to clipboard
Execution proxy: handle error states
- [ ] Execution proxy should reconnect to Execution Service when connection is closed.
- [ ] Return proper error code/message if
ws.recv()
returns None (this could happen if there is unhandled exception in Execution RPC callback).