MatthijsKok / TI2806-Contextproject

GNU Lesser General Public License v3.0
0 stars 0 forks source link

Non-reproducable lambda exception #123

Closed Ishadijcks closed 7 years ago

Ishadijcks commented 7 years ago

When opening the recentTransactions screen, the app sometimes crashes on the following call:

            return CompletableFuture
            .supplyAsync(this::loadOrCreateClientKeys)
            .thenComposeAsync(session::doInstallation)
            .thenComposeAsync(session::doDeviceRegistration)
            .thenComposeAsync(session::doSessionStart)

image

It does not happen always, and it does not happen on everyone's machine.

joskuijpers commented 7 years ago

Is it fixed after a rebuild?

joskuijpers commented 7 years ago

Not reproducable.