vaadin / kubernetes-kit

Other
2 stars 2 forks source link

fix: make backend operation asynchronous #121

Closed mcollovati closed 4 months ago

mcollovati commented 5 months ago

Description

If the backed connector fails or hangs during serialization enqueue phase, the UI may freeze or behave incorrectly. This change makes all backed operations run asynchronously so that the user is not affected by errors caused by the session storage.

Fixes #114

Type of change

Checklist

Additional for Feature type of change