vectorgrp / sil-kit

Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments
https://vectorgrp.github.io/sil-kit-docs
MIT License
107 stars 32 forks source link

dashboard: fix crash when dashboard is unavailable #98

Closed VDanielEdwards closed 3 months ago

VDanielEdwards commented 3 months ago

Issue: SILKIT-1586

Description

The response object is null if the server isn't available.

Instructions for review / testing

Run the registry with --dashboard-uri / --enable-dashboard but without running the dashboard itself (i.e., nothing to connect to).

Developer checklist (address before review)