robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
142 stars 17 forks source link

improve communication errors #5

Closed hannesm closed 6 years ago

hannesm commented 6 years ago

atm there are (lwt) exceptions in Vmm_tls and Vmm_lwt, which instead should use the result type. a better recovery from errors is also appreciated (not: connect only once, but instead reconnect upon disconnection to be able to restart the individual processes separately)