Project

General

Profile

Actions

Bug #373

closed

Sometimes the pinned mismatch dialog shows when there is no mismatch

Added by Soren Stoutner about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Next Release
Start date:
02/02/2019
Due date:
% Done:

0%

Estimated time:

Description

This is likely caused by a race condition between the getting of the new IP addresses and the displaying of the pinned mismatch dialog. If the new IP addresses have not been updated before the check for pinned mismatch is made, the dialog will be shown. However, the new IP addresses often come in while the dialog is being prepared, so that it shows there is not mismatch when it is displayed.

The solution is to spin off the check and display of the dialog to its own method, and not call it until the new IP addresses have been received.

Actions

Also available in: Atom PDF