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

wallet ping. OK from wallet page. Timeout from send chat #253

Closed jaros1 closed 6 years ago

jaros1 commented 7 years ago

Check step 1 Ping existing wallet session in wallet test and closed issue https://github.com/jaros1/Money-Network/issues/208 jro test 2 - wallet ping failed.

issue-253-w2.log issue-253-mn.log

sessionid from get_currencies (balance object) is not correct. wallet start. restore old session will send a ping request with correct sessionid. but a little dirty if fix an invalid sessionid this way. better to find the real reason behind the invalid sessionid.

jaros1 commented 6 years ago

Also same ping wallet problem here (testing publish queue):

test57-w2.log test57-mn.log

jaros1 commented 6 years ago

Think is it fixed now. merge problem in get_currencies call.

jaros1 commented 6 years ago

Still problems with wrong sessionid in currencies array. should always be sessionid with newest last_request_at timestamp. See test 111 in issue https://github.com/jaros1/Money-Network/issues/199#issuecomment-345459224