Adopt libsignal-net version with no auto-reconnect
Co-authored-by: Jordan Rose <jrose@signal.org>
This commit is contained in:
parent
00e6071b1d
commit
30a419bb2a
7 changed files with 139 additions and 71 deletions
|
@ -180,7 +180,6 @@ type NetworkStatistics = {
|
|||
unauthorizedRequestsCompared?: string;
|
||||
unauthorizedHealthcheckFailures?: string;
|
||||
unauthorizedHealthcheckBadStatus?: string;
|
||||
unauthorizedUnexpectedReconnects?: string;
|
||||
unauthorizedIpVersionMismatches?: string;
|
||||
};
|
||||
|
||||
|
@ -220,9 +219,6 @@ ipc.on('additional-log-data-request', async event => {
|
|||
unauthorizedHealthcheckBadStatus: formatCountForLogging(
|
||||
unauthorizedStats.healthcheckBadStatus
|
||||
),
|
||||
unauthorizedUnexpectedReconnects: formatCountForLogging(
|
||||
unauthorizedStats.unexpectedReconnects
|
||||
),
|
||||
unauthorizedIpVersionMismatches: formatCountForLogging(
|
||||
unauthorizedStats.ipVersionMismatches
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue