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

Receive message. Remove added process overhead. #283

Closed jaros1 closed 6 years ago

jaros1 commented 6 years ago

remove added overhead from request processing. now a mismatch between now long sending process will wait and now long receiving process can run before having to send a timeout message to sending process.

See MN process_incoming_message See W2 process_incoming_message See MoneyNetworkAPIU process_publish_message

jaros1 commented 6 years ago

Testcase: send money from vm2/montreal to laptop/torando. timeout after 10 sec. 5 tries and no timeout message from w2 to mn session. Must be due to added overhead in w2 session. w2 session does not know that response is too late for mn session.

jaros1 commented 6 years ago

Removed from W2 process_incoming_message

jaros1 commented 6 years ago

Removed from MN process_incoming_message and from MoneyNetworkAPI.process_published_message