jaros1 / Money-Network

Demo with complementary and alternative money. Implemented in ZeroNet and AngularJS. Focus on privacy, encryption, max data in client and min data on ZeroNet. Work in progress.
GNU General Public License v2.0
4 stars 4 forks source link

Hanging money transaction #297

Closed jaros1 closed 6 years ago

jaros1 commented 6 years ago

Hanging money transaction Timeout while waiting for b1cb0d160b-o.1513358526669 Check ZeroPort/VPN status Maybe restart ui-server Maybe reload wallet page

Why was waiting_for_file message not sent? (see z_file_get)

127.0.0.1-1513398874027.log

jaros1 commented 6 years ago

Problem was a hanging transaction from a previous publish operation. JS exception in queue_publish function. added exception handling. should ensure that transaction lock is released. Changed last_published update. Now skipping last publish update for

jaros1 commented 6 years ago

Closing this issue. One major reason for hanging transaction is failed transactions. Transaction started but never ended. Now forced timeout after 60 seconds.