Holo-Host / hpos-service-crates

Install self-hosted hApps from a YAML file into holochain
Other
37 stars 1 forks source link

Fix: retry init app connection #197

Closed JettTech closed 1 month ago

JettTech commented 1 month ago

This adds a catch case for whenever the identified app connection is down or unable to be established. Whenever that happens this attempts to create a new app interface connection a single time, and if that fails, then it throws the ws error as before.

JettTech commented 1 month ago

@zo-el - updated the approach