porech / engarde

A go network utility to create a reliable IP tunnel over multiple connections
GNU General Public License v2.0
276 stars 41 forks source link

Retry every second (+1500ms timeout), no snackbar, no retry #14

Closed ale-rinaldi closed 5 years ago

ale-rinaldi commented 5 years ago

The change was made to avoid handling concurrency issues when a user continuously clicks Retry, which is quite a normal behaviour.
Moreover, I prefer this kind of interaction as it gives the user a feeling of "real-time data" even in case of error.

Builds are available at https://engarde.linuxzogno.org/builds/fix/webui-error-management : please test them and ensure they're working properly for you before approving.

Thank you