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
Errors in RPC handling (Connection::handle_management_message) should cause all clients to stop with EXIT_FAILURE. We somehow need to pass that to the outside distinguishable from sporadic connection issues.
We may need to distinguish. The most common issues are json::parse_error or json::type_error due to invalid configurations. At least that isn't going to fix itself by restarting.
The text was updated successfully, but these errors were encountered:
Errors in RPC handling (
Connection::handle_management_message
) should cause all clients to stop withEXIT_FAILURE
. We somehow need to pass that to the outside distinguishable from sporadic connection issues.We may need to distinguish. The most common issues are
json::parse_error
orjson::type_error
due to invalid configurations. At least that isn't going to fix itself by restarting.The text was updated successfully, but these errors were encountered: