inhinias / Arcanum

A small tool for saving encrypted passwords in a database.
GNU General Public License v3.0
5 stars 1 forks source link

Threading and conecting timeout needed #20

Open inhinias opened 5 years ago

inhinias commented 5 years ago

When the server is not available there needs to be a timeout when connecting. Otherwise the whole program freezes in an attempt to contact the server. (Move the connecting into a thread.) Due to the timeout there needs to be a loading animation otherwise a user may think the program isn't trying at all.