Skip to content

Commit 1ccbd08

Browse files
author
Soner Yuksel
committed
Revert Merge branch '835-adding-time-to-disconnect' into 'release-branch-3.9.5'
Adding some time after disconnecting to see if that helps See merge request ws/client/iosapp!1030
1 parent bec11d0 commit 1ccbd08

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Windscribe/Managers/VPN/Utils/ConfigurationsManager+Connect.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ extension ConfigurationsManager {
5959
self.logger.logI("VPNConfiguration", "disconnectExistingConnections")
6060
try await self.disconnectExistingConnections(proto: wrapperProtocol, progressPublisher: progressPublisher)
6161

62-
self.logger.logI("VPNConfiguration", "WaitingDisconnect")
63-
try await Task.sleep(nanoseconds: 2_000_000_000)
64-
6562
guard !Task.isCancelled else { return }
6663
self.logger.logI("VPNConfiguration", "prepareNextManager")
6764
nextManager = try await self.prepareNextManager(proto: wrapperProtocol, progressPublisher: progressPublisher)

0 commit comments

Comments
 (0)