We have two places in RemoteBackend.ts with unbounded infinite loops that can get stuck due to backend or connectivity issues. - https://github.com/enso-org/enso/blob/915009a093559254cdf61ad71845735eaff79e7c/app/common/src/services/RemoteBackend.ts#L968 - https://github.com/enso-org/enso/blob/915009a093559254cdf61ad71845735eaff79e7c/app/common/src/services/RemoteBackend.ts#L1562 We need to guard these places with reasonable timeouts.
We have two places in RemoteBackend.ts with unbounded infinite loops that can get stuck due to backend or connectivity issues.
enso/app/common/src/services/RemoteBackend.ts
Line 968 in 915009a
enso/app/common/src/services/RemoteBackend.ts
Line 1562 in 915009a
We need to guard these places with reasonable timeouts.