-
Notifications
You must be signed in to change notification settings - Fork 9
Beacon instability #12
Description
I'm using beacon through Flutter plugin (https://github.com/TalaoDAO/beacon). On fresh install of our wallet ( https://github.com/TalaoDAO/AltMe ) everything is working as expected.
After some random time we don't receive events from beacon anymore. I we clear android cache of the app or install the app again, beacon works as expected... for some time.
When issue happens I see the call to beacon for pairing but nothing is caught by the listener and I don't see any beacon logs about it.
For several days I'm looking for issue in our wallet code and I'm now wondering if I miss something on beacon end.
Are you aware of such behavior ?
I see requests to https://beacon-node-1.hope-2.papers.tech in logs and we are all using the same Tezos address to test. Could we have such behavior because we are using the same tezos address most of the time ?