diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-04-14 21:41:26 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-04-15 12:00:12 +0000 |
| commit | b7a41929abe64c7b626796491209820121bd670b (patch) | |
| tree | cc0b0130c775c5212838ada76a134d75b131ca70 /android/src/test | |
| parent | a708c01f13b9b45fd56a2504b4568868b0196ebb (diff) | |
| download | mullvadvpn-b7a41929abe64c7b626796491209820121bd670b.tar.xz mullvadvpn-b7a41929abe64c7b626796491209820121bd670b.zip | |
Fix `AccountCache` only handled first request
The app would previously crash when the UI side `AccountCache` class
sent a second request message to the service side `AccountCache` class.
The simplest way to reproduce this was to log out and log in again. This
was happening because the service side `AccountCache` actor
implementation was only handling one request and then stopping.
This is now fixed by having the actor run a loop to handle all incoming
requests.
Diffstat (limited to 'android/src/test')
0 files changed, 0 insertions, 0 deletions
